On 3/16/2019 10:00 PM, Douglas R. Reno via blfs-book wrote:

On 3/16/19 9:55 PM, dj--- via blfs-book wrote:
Author: dj
Date: Sat Mar 16 19:55:45 2019
New Revision: 21346

Log:
Add accounts-daemon bootscript.

Added:
    branches/bootscripts-elogind/blfs/init.d/accounts-daemon (contents, props changed)
Modified:
    branches/bootscripts-elogind/Makefile

Modified: branches/bootscripts-elogind/Makefile
============================================================================== --- branches/bootscripts-elogind/Makefile    Sat Mar 16 14:32:46 2019    (r21345) +++ branches/bootscripts-elogind/Makefile    Sat Mar 16 19:55:45 2019    (r21346)
@@ -39,6 +39,16 @@
  install-service-wpa: create-service-dir
      install -m ${MODE} blfs/services/wpa ${LIBDIR}
+install-accounts-daemon: create-dirs
+    install -m ${MODE} blfs/init.d/accounts-daemon ${EXTDIR}/rc.d/init.d/ +    ln -sf  ../init.d/accounts-daemon ${EXTDIR}/rc.d/rc0.d/K22accounts-daemon +    ln -sf  ../init.d/accounts-daemon ${EXTDIR}/rc.d/rc1.d/K22accounts-daemon +    ln -sf  ../init.d/accounts-daemon ${EXTDIR}/rc.d/rc2.d/S36accounts-daemon +    ln -sf  ../init.d/accounts-daemon ${EXTDIR}/rc.d/rc3.d/S36accounts-daemon +    ln -sf  ../init.d/accounts-daemon ${EXTDIR}/rc.d/rc4.d/S36accounts-daemon +    ln -sf  ../init.d/accounts-daemon ${EXTDIR}/rc.d/rc5.d/S36accounts-daemon +    ln -sf  ../init.d/accounts-daemon ${EXTDIR}/rc.d/rc6.d/K22accounts-daemon
+
  install-acpid: create-dirs
      install -m ${MODE} blfs/init.d/acpid       ${EXTDIR}/rc.d/init.d/
      ln -sf  ../init.d/acpid ${EXTDIR}/rc.d/rc0.d/K32acpid

Are you sure you want Accounts-Daemon on all runlevels? Why not just 3 and 5?

It's been so long since I've used SysV though that I could be slightly inaccurate/incorrect.


Yeah, here is the way it works:
Runlevel S is common sysinit
Runlevel 0 is shutdown
RUnlevel 1 is single-user
Runlevel 2 is multi-user
Runlevel 3 adds networking
Runlevel 4 is for testing and duplicates 3 by default
Runlevel 5 adds graphical login
Runlevel 6 is reboot
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to