Author: thomas Date: 2008-03-19 18:14:55 -0600 (Wed, 19 Mar 2008) New Revision: 7290
Added: trunk/BOOK/basicnet/netprogs/nfs-utils-client.xml Modified: trunk/BOOK/basicnet/netprogs/netprogs.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Added page in chapter 16 about NFS client tools. Modified: trunk/BOOK/basicnet/netprogs/netprogs.xml =================================================================== --- trunk/BOOK/basicnet/netprogs/netprogs.xml 2008-03-19 21:26:49 UTC (rev 7289) +++ trunk/BOOK/basicnet/netprogs/netprogs.xml 2008-03-20 00:14:55 UTC (rev 7290) @@ -25,6 +25,7 @@ <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"/> Added: trunk/BOOK/basicnet/netprogs/nfs-utils-client.xml =================================================================== --- trunk/BOOK/basicnet/netprogs/nfs-utils-client.xml (rev 0) +++ trunk/BOOK/basicnet/netprogs/nfs-utils-client.xml 2008-03-20 00:14:55 UTC (rev 7290) @@ -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 – <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> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-03-19 21:26:49 UTC (rev 7289) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-03-20 00:14:55 UTC (rev 7290) @@ -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> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
