Author: bdubbs Date: Wed Apr 16 13:43:15 2014 New Revision: 12962 Log: Update to autofs-5.0.9
Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/autofs.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Wed Apr 16 10:23:44 2014 (r12961) +++ trunk/BOOK/general.ent Wed Apr 16 13:43:15 2014 (r12962) @@ -335,7 +335,7 @@ <!-- Chapter 12 --> <!ENTITY acpid-version "2.0.21"> <!ENTITY at-version "3.1.14"> -<!ENTITY autofs-version "5.0.8"> +<!ENTITY autofs-version "5.0.9"> <!ENTITY bluez-version "5.18"> <!ENTITY colord-version "1.2.0"> <!-- Even minors only --> <!ENTITY cpio-version "2.11"> Modified: trunk/BOOK/general/sysutils/autofs.xml ============================================================================== --- trunk/BOOK/general/sysutils/autofs.xml Wed Apr 16 10:23:44 2014 (r12961) +++ trunk/BOOK/general/sysutils/autofs.xml Wed Apr 16 13:43:15 2014 (r12962) @@ -4,11 +4,11 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY autofs-download-http "http://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz"> + <!ENTITY autofs-download-http " "> <!ENTITY autofs-download-ftp "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz"> - <!ENTITY autofs-md5sum "4ed5271598fb1a76475364a4879c7578"> - <!ENTITY autofs-size "249 KB"> - <!ENTITY autofs-buildsize "7.6 MB"> + <!ENTITY autofs-md5sum "7e947834063b55666f3727e77503af37"> + <!ENTITY autofs-size "256 KB"> + <!ENTITY autofs-buildsize "8.6 MB"> <!ENTITY autofs-time "0.1 SBU"> ]> @@ -111,7 +111,9 @@ <para>Install <application>Autofs</application> by running the following commands:</para> -<screen><userinput>./configure --prefix=/ --mandir=/usr/share/man && +<screen><userinput>./configure --prefix=/ \ + --without-openldap \ + --mandir=/usr/share/man && make</userinput></screen> <para>This package does not come with a test suite.</para> @@ -130,6 +132,12 @@ available. </para> + <para> + <option>--without-openldap</option>: This switch disables openldap if found. If + openldap is desired, omit this switch. Note that openldap support in autofs + requires <xref linkend="mitkrb"/>. + </para> + </sect2> <sect2 role="configuration"> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Wed Apr 16 10:23:44 2014 (r12961) +++ trunk/BOOK/introduction/welcome/changelog.xml Wed Apr 16 13:43:15 2014 (r12962) @@ -48,6 +48,10 @@ <para>April 16th, 2014</para> <itemizedlist> <listitem> + <para>[bdubbs] - Updated to autofs-5.0.9. Fixes + <ulink url="&blfs-ticket-root;4892">#4892</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Added patch to lxpanel to fix handling of .desktop files. Fixes <ulink url="&blfs-ticket-root;4915">#4915</ulink>.</para> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page