mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
Update to nfs-utils-1.2.6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10840 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c80953c5b1
commit
37441de742
@ -460,7 +460,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY cifsutils-version "5.7">
|
||||
<!ENTITY ncftp-version "3.2.5">
|
||||
<!ENTITY net-tools-version "CVS_20101030">
|
||||
<!ENTITY nfs-utils-version "1.2.5">
|
||||
<!ENTITY nfs-utils-version "1.2.6">
|
||||
<!ENTITY ntp-version "4.2.6p5">
|
||||
<!ENTITY rpcbind-version "0.2.0">
|
||||
<!ENTITY rsync-version "3.0.9">
|
||||
|
@ -46,6 +46,10 @@
|
||||
<listitem>
|
||||
<para>November 1st, 2012</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to nfs-utils-1.2.6. Fixes
|
||||
<ulink url="&blfs-ticket-root;3639">#3639</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to bind-9.9.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;3639">#3639</ulink>.</para>
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY nfs-utils-download-http "&sourceforge-repo;/nfs/nfs-utils-&nfs-utils-version;.tar.bz2">
|
||||
<!ENTITY nfs-utils-download-ftp " ">
|
||||
<!ENTITY nfs-utils-md5sum "8395ac770720b83c5c469f88306d7765">
|
||||
<!ENTITY nfs-utils-size "688 KB">
|
||||
<!ENTITY nfs-utils-buildsize "14 MB">
|
||||
<!ENTITY nfs-utils-md5sum "8be543ca270c2234ff18f8c8d35e0d37">
|
||||
<!ENTITY nfs-utils-size "744 KB">
|
||||
<!ENTITY nfs-utils-buildsize "15 MB">
|
||||
<!ENTITY nfs-utils-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
@ -58,6 +58,16 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/-&nfs-utils-version;-fix_configure-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">NFS Utilities Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -72,7 +82,8 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional for NFSv4 Support</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="libevent"/> and
|
||||
<xref linkend="libevent"/>,
|
||||
<xref linkend="sqlite3"/>, and
|
||||
<ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libnfsidmap</ulink>
|
||||
</para>
|
||||
|
||||
@ -144,12 +155,16 @@ useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \
|
||||
<para>Install <application>NFS Utilities</application> by running
|
||||
the following commands:</para>
|
||||
|
||||
<screen><userinput>LIBS=-lpthread ./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--without-tcp-wrappers \
|
||||
--disable-nfsv4 \
|
||||
--disable-nfsv41 \
|
||||
--disable-gss &&
|
||||
<screen><userinput>patch -Np1 -i ../nfs-utils-&nfs-utils-version;-fix_configure-1.patch &&
|
||||
|
||||
autoreconf &&
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--without-tcp-wrappers \
|
||||
--disable-nfsv4 \
|
||||
--disable-nfsv41 \
|
||||
--disable-gss &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>If your <filename class="directory">/usr</filename> directory
|
||||
|
Loading…
Reference in New Issue
Block a user