Explorar o código

account for /usr and /var by network dependency

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8559 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
DJ Lucas %!s(int64=17) %!d(string=hai) anos
pai
achega
298aeee5cd

+ 2 - 0
bootscripts/contrib/lsb-v3/ChangeLog

@@ -4,6 +4,8 @@ ChangeLog
                 * $syslog and modules services cannot be a hard dependencies
                   due to minimal install target.
                 * Store bootlog date in UTC.
+                * Added hard deps to network script for local_fs, swap, and
+                  localnet (account for /usr at network instead of $remote_fs).
 
 20080831 - [dj] * Corrected more, and minimized dependencies in scripts.
                 * Don't try to write to bootlog in 0 and 6.

+ 1 - 1
bootscripts/contrib/lsb-v3/init.d/network

@@ -3,7 +3,7 @@
 
 ### BEGIN INIT INFO
 # Provides:            $network
-# Required-Start:
+# Required-Start:      $local_fs swap localnet
 # Should-Start:        $syslog
 # Required-Stop:       $local_fs swap localnet 
 # Should-Stop:         $syslog