From 84a2932d4a1744694b359b16cd6a747dc38dc995 Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Thu, 31 Oct 2019 03:25:34 +0000 Subject: Syslog should not start in runlevel 2 due to network logging git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11692 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- bootscripts/ChangeLog | 3 +++ bootscripts/lfs/init.d/sysklogd | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'bootscripts') diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog index a54fd1a3d..4d869fdf5 100644 --- a/bootscripts/ChangeLog +++ b/bootscripts/ChangeLog @@ -1,3 +1,6 @@ +2019-10-31 DJ Lucas + * Syslog should not start in runlevel 2 due to network logging + 2019-10-04 DJ Lucas * Additional updates to facilities in LSB headers to keep proper order * Network script depends on firewall scripts from BLFS if activated diff --git a/bootscripts/lfs/init.d/sysklogd b/bootscripts/lfs/init.d/sysklogd index 7f0f153d9..a3d37686e 100644 --- a/bootscripts/lfs/init.d/sysklogd +++ b/bootscripts/lfs/init.d/sysklogd @@ -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. -- cgit v1.2.3-54-g00ecf