account for /usr and /var by network dependency

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8559 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
DJ Lucas 2008-09-07 22:24:47 +00:00
parent 67de919e34
commit 298aeee5cd
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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