Added page in chapter 16 about NFS client tools.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7290 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Thomas Trepl 2008-03-20 00:14:55 +00:00
parent fe2cf26aee
commit 039d7f70fa
3 changed files with 40 additions and 0 deletions

View File

@ -25,6 +25,7 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ncftp.xml"/>
<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ncpfs.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="net-tools.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nfs-utils-client.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ntp.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="openssh-client.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="portmap.xml"/>

View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<sect1 id="basicnet-netprogs-nfsutils">
<?dbhtml filename="nfsutils.html"?>
<sect1info>
<othername>$LastChangedBy: randy $</othername>
<date>$Date: 2007-04-04 21:42:53 +0200 (Mi, 04 Apr 2007) $</date>
</sect1info>
<title>NFS Utilities-&nfs-utils-version; Client</title>
<para>The NFS Utilities package provides NFS server functionality as well
as client software such as <command>mount.nfs</command> or <command>umount.nfs</command>.
If you want to install it, the instructions can be
found in Chapter 19 &ndash; <xref linkend="nfs-utils"/>. Note that if you only
want to use the client, you do <emphasis>not</emphasis> need to run the server
and so do not need the startup script and links. In accordance with good
practice, only run the server if you actually need it (and if you don't know
whether you need it or not, it's likely that you don't!).</para>
</sect1>

View File

@ -41,6 +41,18 @@
-->
<listitem>
<para>March 20th, 2008</para>
<itemizedlist>
<listitem>
<para>[thomas] - Added page in chapter 16 about NFS client tools.</para>
</listitem>
<listitem>
<para>[name] - Another changelog entry.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>March 18th, 2008</para>
<itemizedlist>