Author: dj
Date: 2010-10-12 17:00:36 -0600 (Tue, 12 Oct 2010)
New Revision: 9395
Modified:
trunk/BOOK/bootscripts/contrib/lsb-v3/ChangeLog
trunk/BOOK/bootscripts/contrib/lsb-v3/INSTALL
trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/swap
Log:
Added udev to Required-Start for swap script.
Modified: trunk/BOOK/bootscripts/contrib/lsb-v3/ChangeLog
===================================================================
--- trunk/BOOK/bootscripts/contrib/lsb-v3/ChangeLog 2010-10-07 21:08:12 UTC
(rev 9394)
+++ trunk/BOOK/bootscripts/contrib/lsb-v3/ChangeLog 2010-10-12 23:00:36 UTC
(rev 9395)
@@ -1,4 +1,5 @@
ChangeLog
+20101012 - [dj] * Added udev to Required-Start for swap script.
20100823 - [dj] * Fix missing 'then' in sendsignals conditionals. Thanks to
Jeremy Huntwork for the report and correction.
Modified: trunk/BOOK/bootscripts/contrib/lsb-v3/INSTALL
===================================================================
--- trunk/BOOK/bootscripts/contrib/lsb-v3/INSTALL 2010-10-07 21:08:12 UTC
(rev 9394)
+++ trunk/BOOK/bootscripts/contrib/lsb-v3/INSTALL 2010-10-12 23:00:36 UTC
(rev 9395)
@@ -5,7 +5,7 @@
initd-tools installation:
Download initd-tools from:
-http://www.dwcab.com/downloads/initd-tools/initd-tools-0.1.2.tar.gz
+http://www.dwcab.com/downloads/initd-tools/initd-tools-0.1.3.tar.gz
./configure &&
make &&
Modified: trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/swap
===================================================================
--- trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/swap 2010-10-07 21:08:12 UTC
(rev 9394)
+++ trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/swap 2010-10-12 23:00:36 UTC
(rev 9395)
@@ -3,7 +3,7 @@
### BEGIN INIT INFO
# Provides: swap
-# Required-Start:
+# Required-Start: udev
# Should-Start: modules
# Required-Stop: localnet
# Should-Stop:
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page