Эх сурвалжийг харах

Fix bootscript headers.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11670 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
DJ Lucas 5 жил өмнө
parent
commit
66dfc3e033

+ 1 - 1
bootscripts/lfs/init.d/console

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

+ 1 - 1
bootscripts/lfs/init.d/localnet

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

+ 4 - 4
bootscripts/lfs/init.d/network

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

+ 1 - 1
bootscripts/lfs/init.d/setclock

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

+ 2 - 2
bootscripts/lfs/init.d/sysklogd

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

+ 1 - 1
bootscripts/lfs/init.d/udev_retry

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