mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to nfs-utils-1.3.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15484 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7e0699a1e8
commit
01155b994b
@ -71,7 +71,7 @@
|
||||
<!ENTITY lfs-vim-version "7.4">
|
||||
<!-- End LFS versions -->
|
||||
|
||||
<!ENTITY blfs-bootscripts-version "20150204">
|
||||
<!ENTITY blfs-bootscripts-version "20150209">
|
||||
<!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
|
||||
|
||||
<!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki">
|
||||
|
@ -47,6 +47,10 @@
|
||||
<listitem>
|
||||
<para>February 9th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to nfs-utils-1.3.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;6098">#6098</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Update to libpciaccess-0.13.3 (Xorg lib). Fixes
|
||||
<ulink url="&blfs-ticket-root;6106">#6106</ulink>.</para>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY nfs-utils-download-http "&sourceforge-repo;/nfs/nfs-utils-&nfs-utils-version;.tar.bz2">
|
||||
<!ENTITY nfs-utils-download-ftp " ">
|
||||
<!ENTITY nfs-utils-md5sum "97f157f954edb6d4d4385a0c5986f36f">
|
||||
<!ENTITY nfs-utils-size "768 KB">
|
||||
<!ENTITY nfs-utils-buildsize "20 MB">
|
||||
<!ENTITY nfs-utils-time "0.2 SBU">
|
||||
<!ENTITY nfs-utils-md5sum "1e2f3c1ed468dee02d00c534c002ea10">
|
||||
<!ENTITY nfs-utils-size "772 KB">
|
||||
<!ENTITY nfs-utils-buildsize "16 MB">
|
||||
<!ENTITY nfs-utils-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="nfs-utils" xreflabel="nfs-utils-&nfs-utils-version;">
|
||||
@ -188,7 +188,11 @@ make</userinput></screen>
|
||||
for sharing the <filename class="directory">/home</filename> directory
|
||||
over the local network, the following line may be added:</para>
|
||||
|
||||
<screen role="root"><userinput>/home <replaceable><192.168.0.0/24></replaceable>(rw,subtree_check,anonuid=99,anongid=99)</userinput></screen>
|
||||
<screen role="root"><userinput>/home <replaceable>192.168.0.0/24</replaceable>(rw,subtree_check,anonuid=99,anongid=99)</userinput></screen>
|
||||
|
||||
<note><para>Be sure to replace the directory, network address. and prefix above
|
||||
to match your network. The only space in the line above should be between
|
||||
the directory and the network address.</para></note>
|
||||
|
||||
<indexterm zone="nfs-utils nfs-utils-server-config">
|
||||
<primary sortas="e-etc-exportfs">/etc/exportfs</primary>
|
||||
@ -262,26 +266,6 @@ EOF</userinput></screen>
|
||||
<primary sortas="e-etc-fstab">/etc/fstab</primary>
|
||||
</indexterm>
|
||||
|
||||
<!-- /etc/netconfig is installed by libtirpc
|
||||
<para>In some circumstances an <filename>/etc/netconfig</filename> file
|
||||
is required by an nfs client. It does no harm to create one even if it
|
||||
is not in fact needed. As the <systemitem class="username">root</systemitem>
|
||||
user:</para>
|
||||
|
||||
<screen role="root"><userinput>cat > /etc/netconfig << "EOF"
|
||||
udp6 tpi_clts v inet6 udp - -
|
||||
tcp6 tpi_cots_ord v inet6 tcp - -
|
||||
udp tpi_clts v inet udp - -
|
||||
tcp tpi_cots_ord v inet tcp - -
|
||||
rawip tpi_raw - inet - - -
|
||||
local tpi_cots_ord - loopback - - -
|
||||
EOF</userinput></screen>
|
||||
|
||||
<indexterm zone="nfs-utils nfs-utils-client-config">
|
||||
<primary sortas="e-etc-netconfig">/etc/netconfig</primary>
|
||||
</indexterm>
|
||||
-->
|
||||
|
||||
<sect4 id="nfs-utils-client-init">
|
||||
<title>Boot Script</title>
|
||||
|
||||
|
@ -343,7 +343,7 @@
|
||||
<!ENTITY cifsutils-version "6.4">
|
||||
<!ENTITY ncftp-version "3.2.5">
|
||||
<!ENTITY net-tools-version "CVS_20101030">
|
||||
<!ENTITY nfs-utils-version "1.3.1">
|
||||
<!ENTITY nfs-utils-version "1.3.2">
|
||||
<!ENTITY ntp-version "4.2.8p1">
|
||||
<!ENTITY rpcbind-version "0.2.2">
|
||||
<!ENTITY rsync-version "3.1.1">
|
||||
|
Loading…
Reference in New Issue
Block a user