Author: bdubbs Date: 2012-09-07 17:15:34 -0600 (Fri, 07 Sep 2012) New Revision: 10642
Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/autofs.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Update to autofs-5.0.7 Modified: trunk/BOOK/general/sysutils/autofs.xml =================================================================== --- trunk/BOOK/general/sysutils/autofs.xml 2012-09-07 21:32:53 UTC (rev 10641) +++ trunk/BOOK/general/sysutils/autofs.xml 2012-09-07 23:15:34 UTC (rev 10642) @@ -6,9 +6,9 @@ <!ENTITY autofs-patch-dir "http://ftp.kernel.org/pub/linux/daemons/autofs/v5/patches-5.0.7"> <!ENTITY autofs-download-http "http://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz"> <!ENTITY autofs-download-ftp "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz"> - <!ENTITY autofs-md5sum "cb05edaa43116c1837776e503bd86a66"> - <!ENTITY autofs-size "240 KB"> - <!ENTITY autofs-buildsize "8.5 MB"> + <!ENTITY autofs-md5sum "7aa414dd1d07e263795eced1992e8645"> + <!ENTITY autofs-size "248 KB"> + <!ENTITY autofs-buildsize "8.4 MB"> <!ENTITY autofs-time "0.1 SBU"> ]> @@ -39,7 +39,7 @@ other removable storage devices without requiring the system administrator to mount the devices.</para> - &lfs71_built; + &lfs72_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -62,7 +62,7 @@ <para>Estimated build time: &autofs-time;</para> </listitem> </itemizedlist> - +<!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead> <para>Recommended Patches: There are frequent patches issued for @@ -77,7 +77,7 @@ sed 's;autofs;&autofs-patch-dir;/autofs;' \ patch_order-&autofs-version; | grep -v ^# > wget-list && wget -i wget-list</userinput></screen> - +--> <bridgehead renderas="sect3">Autofs Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> @@ -117,12 +117,12 @@ <para>Install <application>Autofs</application> by running the following commands:</para> - +<!-- <screen><userinput>for f in `cat ../patch_order-&autofs-version;`; do patch -Np1 -i ../$f done && - -./configure --prefix=/ --mandir=/usr/share/man && +--> +<screen><userinput>./configure --prefix=/ --mandir=/usr/share/man && make</userinput></screen> <para>This package does not come with a test suite.</para> @@ -132,7 +132,7 @@ <screen role="root"><userinput>make install</userinput></screen> </sect2> - +<!-- <sect2 role="commands"> <title>Command Explanations</title> @@ -145,7 +145,7 @@ link to properly start autofs upon boot.</para> </sect2> - +--> <sect2 role="configuration"> <title>Configuring Autofs</title> @@ -181,7 +181,8 @@ <para>The installation process creates <filename>auto.master</filename>, <filename>auto.misc</filename>, <filename>auto.smb</filename>, and <filename>auto.net</filename>. Replace the - <filename>auto.master</filename> file with the following commands:</para> + <filename>auto.master</filename> file with the following commands + as the <systemitem class="username">root</systemitem> user:</para> <screen role="root"><userinput>mv /etc/auto.master /etc/auto.master.bak && cat > /etc/auto.master << "EOF" @@ -284,7 +285,7 @@ <seglistitem> <seg>automount</seg> <seg>lookup_dir.so, lookup_file.so, lookup_hosts.so, lookup_ldap.so, - lookup_multi.so, lookup_nisplus.so, lookup_program.so, lookup_sss.so, + lookup_multi.so, lookup_nisplus.so, lookup_program.so, lookup_userhome.so, lookup_yp.so, mount_afs.so, mount_autofs.so, mount_bind.so, mount_changer.so, mount_ext2.so, mount_generic.so, mount_nfs.so, parse_sun.so</seg> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-09-07 21:32:53 UTC (rev 10641) +++ trunk/BOOK/general.ent 2012-09-07 23:15:34 UTC (rev 10642) @@ -381,7 +381,7 @@ <!-- Chapter 12 --> <!ENTITY apache-ant-version "1.8.3"> <!ENTITY at-version "3.1.13"> -<!ENTITY autofs-version "5.0.6"> +<!ENTITY autofs-version "5.0.7"> <!ENTITY bluez-version "4.101"> <!ENTITY colord-version "0.1.22"> <!ENTITY cpio-version "2.11"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-09-07 21:32:53 UTC (rev 10641) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-09-07 23:15:34 UTC (rev 10642) @@ -47,6 +47,16 @@ <para>September 6th, 2012</para> <itemizedlist> <listitem> + <para>[bdubbs] - Update to autofs-5.0.7. Fixes + <ulink url="&blfs-ticket-root;3528">#3528</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>September 6th, 2012</para> + <itemizedlist> + <listitem> <para>[bdubbs] - Fix an obsolete file in sharutils.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
