Fixed typo in nfs-utils reported by Daniel Diaz

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1892 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Tushar Teredesai 2004-03-13 18:52:53 +00:00
parent 67a7182ee0
commit bde043628a

View File

@ -14,7 +14,7 @@ be added:</para>
<para>Create the nfs-server script to start the server at boot:</para>
<screen><userinput><command>cat &gt; /etc/rc.d/init.d/nfs-server</command>
<screen><userinput><command>cat &gt; /etc/rc.d/init.d/nfs-server &lt;&lt; EOF</command>
#!/bin/sh
# Begin $rc_base/init.d/nfs-server
@ -84,7 +84,7 @@ partition, add the following to the <filename>/etc/fstab</filename>:</para>
<para>Create the nfs-client script to mount the partitions at boot:</para>
<screen><userinput><command>cat &gt; /etc/rc.d/init.d/nfs-client</command>
<screen><userinput><command>cat &gt; /etc/rc.d/init.d/nfs-client &lt;&lt; EOF</command>
#!/bin/sh
# Begin $rc_base/init.d/nfs-client