Author: dj Date: Wed Oct 30 20:25:34 2019 New Revision: 11692 Log: Syslog should not start in runlevel 2 due to network logging
Modified: trunk/BOOK/bootscripts/ChangeLog trunk/BOOK/bootscripts/lfs/init.d/sysklogd Modified: trunk/BOOK/bootscripts/ChangeLog ============================================================================== --- trunk/BOOK/bootscripts/ChangeLog Tue Oct 29 02:04:54 2019 (r11691) +++ trunk/BOOK/bootscripts/ChangeLog Wed Oct 30 20:25:34 2019 (r11692) @@ -1,3 +1,6 @@ +2019-10-31 DJ Lucas <[email protected]> + * Syslog should not start in runlevel 2 due to network logging + 2019-10-04 DJ Lucas <[email protected]> * Additional updates to facilities in LSB headers to keep proper order * Network script depends on firewall scripts from BLFS if activated Modified: trunk/BOOK/bootscripts/lfs/init.d/sysklogd ============================================================================== --- trunk/BOOK/bootscripts/lfs/init.d/sysklogd Tue Oct 29 02:04:54 2019 (r11691) +++ trunk/BOOK/bootscripts/lfs/init.d/sysklogd Wed Oct 30 20:25:34 2019 (r11692) @@ -18,8 +18,8 @@ # Should-Start: # Required-Stop: $local_fs # Should-Stop: sendsignals -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 +# Default-Start: 3 4 5 +# Default-Stop: 0 1 2 6 # Short-Description: Starts kernel and system log daemons. # Description: Starts kernel and system log daemons. # /etc/fstab. -- http://lists.linuxfromscratch.org/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
