Author: bdubbs
Date: 2006-05-12 10:46:22 -0600 (Fri, 12 May 2006)
New Revision: 6055
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/config/autofs.xml
Log:
Created a consolidated autofs patch to add new patches to autofs.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-05-12 05:57:57 UTC
(rev 6054)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-05-12 16:46:22 UTC
(rev 6055)
@@ -44,6 +44,11 @@
<para>May 12th, 2006</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Created a consolidated autofs patch to
+ combine nine small patches and updated autofs to
+ reflect the combined patch file.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Updated to imlib2-1.2.2.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/postlfs/config/autofs.xml
===================================================================
--- trunk/BOOK/postlfs/config/autofs.xml 2006-05-12 05:57:57 UTC (rev
6054)
+++ trunk/BOOK/postlfs/config/autofs.xml 2006-05-12 16:46:22 UTC (rev
6055)
@@ -79,16 +79,8 @@
<itemizedlist spacing="compact">
<listitem>
<para>Recommended Patch: <ulink
-
url="&autofs-patch-dir;autofs-&autofs-version;-misc-fixes.patch"/></para>
+
url="&patch-root;/autofs-&autofs-version;-consolidated-1.patch"/></para>
</listitem>
- <listitem>
- <para>Recommended Patch: <ulink
-
url="&autofs-patch-dir;autofs-&autofs-version;-multi-parse-fix.patch"/></para>
- </listitem>
- <listitem>
- <para>Recommended Patch: <ulink
-
url="&autofs-patch-dir;autofs-&autofs-version;-non-replicated-ping.patch"/></para>
- </listitem>
</itemizedlist>
<para condition="html" role="usernotes">User Notes:
@@ -123,9 +115,7 @@
<para>Install <application>autofs</application> by running the following
commands:</para>
-<screen><userinput>patch -Np1 -i ../autofs-&autofs-version;-misc-fixes.patch
&&
-patch -Np1 -i ../autofs-&autofs-version;-multi-parse-fix.patch &&
-patch -Np1 -i ../autofs-&autofs-version;-non-replicated-ping.patch &&
+<screen><userinput>patch -Np1 -i
../autofs-&autofs-version;-consolidated-1.patch &&
./configure --prefix=/ --mandir=/usr/share/man &&
make</userinput></screen>
@@ -139,6 +129,12 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <para><command>patch -Np1 -i
+ ../autofs-&autofs-version;-consolidated-1.patch</command>: This patch
+ is a consolidation of nine small patches available at <ulink
+ url="http://ftp.kernel.org/pub/linux/daemons/autofs/v4/"/>. The patches
+ can be applied individually if desired.</para>
+
<para><command>rm /etc/rc.d/init.d/autofs</command>: This command removes
the installed script which only works on specific distributions.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page