mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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
This commit is contained in:
parent
7e18939150
commit
84a2932d4a
@ -1,3 +1,6 @@
|
|||||||
|
2019-10-31 DJ Lucas <dj@linuxfromscratch.org>
|
||||||
|
* Syslog should not start in runlevel 2 due to network logging
|
||||||
|
|
||||||
2019-10-04 DJ Lucas <dj@linuxfromscratch.org>
|
2019-10-04 DJ Lucas <dj@linuxfromscratch.org>
|
||||||
* Additional updates to facilities in LSB headers to keep proper order
|
* Additional updates to facilities in LSB headers to keep proper order
|
||||||
* Network script depends on firewall scripts from BLFS if activated
|
* Network script depends on firewall scripts from BLFS if activated
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
# Should-Start:
|
# Should-Start:
|
||||||
# Required-Stop: $local_fs
|
# Required-Stop: $local_fs
|
||||||
# Should-Stop: sendsignals
|
# Should-Stop: sendsignals
|
||||||
# Default-Start: 2 3 4 5
|
# Default-Start: 3 4 5
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 2 6
|
||||||
# Short-Description: Starts kernel and system log daemons.
|
# Short-Description: Starts kernel and system log daemons.
|
||||||
# Description: Starts kernel and system log daemons.
|
# Description: Starts kernel and system log daemons.
|
||||||
# /etc/fstab.
|
# /etc/fstab.
|
||||||
|
Loading…
Reference in New Issue
Block a user