aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bootscripts/contrib/lsb-v3/ChangeLog2
-rw-r--r--bootscripts/contrib/lsb-v3/init.d/network2
2 files changed, 3 insertions, 1 deletions
diff --git a/bootscripts/contrib/lsb-v3/ChangeLog b/bootscripts/contrib/lsb-v3/ChangeLog
index eaf6fd367..bb79c63c4 100644
--- a/bootscripts/contrib/lsb-v3/ChangeLog
+++ b/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.
diff --git a/bootscripts/contrib/lsb-v3/init.d/network b/bootscripts/contrib/lsb-v3/init.d/network
index 28ffc9394..22114a6d3 100644
--- a/bootscripts/contrib/lsb-v3/init.d/network
+++ b/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