Fix bootscript headers.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11670 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
DJ Lucas 2019-09-08 19:03:52 +00:00
parent 26e2eb6c9b
commit 66dfc3e033
6 changed files with 10 additions and 10 deletions

View File

@ -16,7 +16,7 @@
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: console # Provides: console
# Required-Start: $local_fs # Required-Start: $local_fs
# Should-Start: # Should-Start: udev_retry
# Required-Stop: # Required-Stop:
# Should-Stop: # Should-Stop:
# Default-Start: S # Default-Start: S

View File

@ -14,7 +14,7 @@
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: localnet # Provides: localnet
# Required-Start: # Required-Start: mountvirtfs
# Should-Start: modules # Should-Start: modules
# Required-Stop: # Required-Stop:
# Should-Stop: # Should-Stop:

View File

@ -16,10 +16,10 @@
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: $network # Provides: $network
# Required-Start: $local_fs swap localnet # Required-Start: $local_fs $syslog localnet swap
# Should-Start: $syslog # Should-Start:
# Required-Stop: $local_fs swap localnet # Required-Stop: $local_fs $syslog localnet swap
# Should-Stop: $syslog # Should-Stop:
# Default-Start: 3 4 5 # Default-Start: 3 4 5
# Default-Stop: 0 1 2 6 # Default-Stop: 0 1 2 6
# Short-Description: Starts and configures network interfaces. # Short-Description: Starts and configures network interfaces.

View File

@ -23,7 +23,7 @@
# Short-Description: Stores and restores time from the hardware clock # Short-Description: Stores and restores time from the hardware clock
# Description: On boot, system time is obtained from hwclock. The # Description: On boot, system time is obtained from hwclock. The
# hardware clock can also be set on shutdown. # hardware clock can also be set on shutdown.
# X-LFS-Provided-By: LFS BLFS # X-LFS-Provided-By: LFS
### END INIT INFO ### END INIT INFO
. /lib/lsb/init-functions . /lib/lsb/init-functions

View File

@ -14,10 +14,10 @@
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: $syslog # Provides: $syslog
# Required-Start: localnet # Required-Start: $first localnet
# Should-Start: # Should-Start:
# Required-Stop: $local_fs # Required-Stop: $local_fs
# Should-Stop: sendsignals # Should-Stop:
# Default-Start: 2 3 4 5 # Default-Start: 2 3 4 5
# Default-Stop: 0 1 6 # Default-Stop: 0 1 6
# Short-Description: Starts kernel and system log daemons. # Short-Description: Starts kernel and system log daemons.

View File

@ -16,7 +16,7 @@
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: udev_retry # Provides: udev_retry
# Required-Start: udev # Required-Start: udev
# Should-Start: $local_fs modules # Should-Start: $local_fs cleanfs
# Required-Stop: # Required-Stop:
# Should-Stop: # Should-Stop:
# Default-Start: S # Default-Start: S