mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Fix bootscript headers.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11670 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
26e2eb6c9b
commit
66dfc3e033
@ -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
|
||||||
|
@ -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:
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user