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.

--
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