mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to autofs-5.0.5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8319 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
174e4cbef3
commit
5e7ffd30f3
@ -68,7 +68,7 @@ $Date$
|
||||
|
||||
<!-- Part II -->
|
||||
<!-- Chapter 3 -->
|
||||
<!ENTITY autofs-version "5.0.3">
|
||||
<!ENTITY autofs-version "5.0.5">
|
||||
|
||||
<!-- Chapter 4 -->
|
||||
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>March 7th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to autofs-5.0.5.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to libidn-1.17.</para>
|
||||
</listitem>
|
||||
|
@ -6,10 +6,10 @@
|
||||
<!ENTITY autofs-patch-dir "http://ftp.kernel.org/pub/linux/daemons/autofs/v5">
|
||||
<!ENTITY autofs-download-http "http://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.bz2">
|
||||
<!ENTITY autofs-download-ftp "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.bz2">
|
||||
<!ENTITY autofs-md5sum "27839fe6fa8105b2b7d31bc922fd7cf6">
|
||||
<!ENTITY autofs-size "221 KB">
|
||||
<!ENTITY autofs-buildsize "9 MB">
|
||||
<!ENTITY autofs-time "less than 0.1 SBU">
|
||||
<!ENTITY autofs-md5sum "a1d262cb6ebef0c2dd0fe22232fb3d5a">
|
||||
<!ENTITY autofs-size "295 KB">
|
||||
<!ENTITY autofs-buildsize "5.3 MB">
|
||||
<!ENTITY autofs-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="autofs" xreflabel="Autofs-&autofs-version;">
|
||||
@ -75,9 +75,12 @@
|
||||
|
||||
<screen><userinput>wget &autofs-patch-dir;/patch_order-&autofs-version; &&
|
||||
sed 's;autofs;&autofs-patch-dir;/autofs;' \
|
||||
patch_order-&autofs-version; > wget-list &&
|
||||
patch_order-&autofs-version; | grep -v ^# > wget-list &&
|
||||
wget -i wget-list</userinput></screen>
|
||||
|
||||
<note><para>As of this writing, the patch list contains one patch
|
||||
labelled as from the 5.0.4 series of patches.</para></note>
|
||||
|
||||
<bridgehead renderas="sect3">Autofs Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
@ -102,8 +105,8 @@ wget -i wget-list</userinput></screen>
|
||||
<screen><literal>File systems ⇒
|
||||
Kernel automounter version 4 support Y or M
|
||||
Network File Systems ⇒
|
||||
NFS file system support Y or M (optional)
|
||||
SMB file system support Y or M (optional)</literal></screen>
|
||||
NFS client support Y or M (optional)
|
||||
CIFS support Y or M (optional)</literal></screen>
|
||||
|
||||
<para>Recompile and install the new kernel, if necessary.</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user