Author: bdubbs
Date: 2006-04-27 18:21:41 -0600 (Thu, 27 Apr 2006)
New Revision: 5962

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/bootscripts/ChangeLog
   trunk/bootscripts/Makefile
Log:
Changed sequence number for autofs to run after cleanfs

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-04-27 23:55:04 UTC (rev 5961)
+++ trunk/BOOK/general.ent      2006-04-28 00:21:41 UTC (rev 5962)
@@ -35,7 +35,7 @@
 <!ENTITY lfs-perl-version             "5.8.8">
 <!-- End LFS versions -->
 
-<!ENTITY blfs-bootscripts-version     "20060423">
+<!ENTITY blfs-bootscripts-version     "20060427">
 <!ENTITY blfs-bootscripts-download    
"&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
 
 <!ENTITY blfs-wiki                    
"http://wiki.linuxfromscratch.org/blfs/wiki";>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-04-27 23:55:04 UTC 
(rev 5961)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-04-28 00:21:41 UTC 
(rev 5962)
@@ -45,6 +45,9 @@
       <para>April 28th, 2006</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Udated bootscripts Makefile to install autofs after 
cleanfs.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Updated to Berkeley DB-4.4.20.</para>
         </listitem>
       </itemizedlist>

Modified: trunk/bootscripts/ChangeLog
===================================================================
--- trunk/bootscripts/ChangeLog 2006-04-27 23:55:04 UTC (rev 5961)
+++ trunk/bootscripts/ChangeLog 2006-04-28 00:21:41 UTC (rev 5962)
@@ -1,3 +1,6 @@
+2006-04-27 Bruce Dubbs <[EMAIL PROTECTED]>
+       * Changed autofs order number to 52 so it will be run after cleanfs
+
 2006-04-23 Bruce Dubbs <[EMAIL PROTECTED]>
        * Added qpopper initailization script and updated the Makefile
 

Modified: trunk/bootscripts/Makefile
===================================================================
--- trunk/bootscripts/Makefile  2006-04-27 23:55:04 UTC (rev 5961)
+++ trunk/bootscripts/Makefile  2006-04-28 00:21:41 UTC (rev 5962)
@@ -48,7 +48,7 @@
 install-autofs: create-dirs
        install -m $(MODE) blfs/init.d/autofs    $(EXTDIR)/rc.d/init.d/
        install -m $(CONFMODE) blfs/sysconfig/autofs.conf $(EXTDIR)/sysconfig/
-       ln -sf  ../init.d/autofs $(EXTDIR)/rc.d/rcsysinit.d/S45autofs
+       ln -sf  ../init.d/autofs $(EXTDIR)/rc.d/rcsysinit.d/S52autofs
 
 install-bind: create-dirs
        install -m ${MODE} blfs/init.d/bind       ${EXTDIR}/rc.d/init.d/
@@ -466,7 +466,7 @@
 
 uninstall-autofs:
        rm -f $(EXTDIR)/rc.d/init.d/autofs
-       rm -f $(EXTDIR)/rc.d/rcsysinit.d/S45autofs
+       rm -f $(EXTDIR)/rc.d/rcsysinit.d/S52autofs
 
 uninstall-bind:
        rm -f ${EXTDIR}/rc.d/init.d/bind

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to