mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
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:
parent
67a7182ee0
commit
bde043628a
@ -14,7 +14,7 @@ be added:</para>
|
||||
|
||||
<para>Create the nfs-server script to start the server at boot:</para>
|
||||
|
||||
<screen><userinput><command>cat > /etc/rc.d/init.d/nfs-server</command>
|
||||
<screen><userinput><command>cat > /etc/rc.d/init.d/nfs-server << 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 > /etc/rc.d/init.d/nfs-client</command>
|
||||
<screen><userinput><command>cat > /etc/rc.d/init.d/nfs-client << EOF</command>
|
||||
#!/bin/sh
|
||||
# Begin $rc_base/init.d/nfs-client
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user