- Tag an /etc/exports extract as <literal>.

- Change signal name s/hangup/HUP/.
- Remove duplicate /cdrom description from common NFS uses.
This commit is contained in:
Giorgos Keramidas 2002-08-31 04:56:09 +00:00
parent b25fed09b4
commit fdd33a19f7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14102

View file

@ -839,7 +839,7 @@ mountd_flags="-r"</programlisting>
clients from different domains may access the filesystem. The
<option>-maproot=root</option> flag allows the <username>root</username>
user on the remote system to write data on the exported filesystem as
<username>root</username>. If the -maproot=root flag is not specified, then even if
<username>root</username>. If the <literal>-maproot=root</literal> flag is not specified, then even if
a user has <username>root</username> access on the remote system, they will not
be able to modify files on the exported filesystem.</para>
@ -886,7 +886,7 @@ mountd_flags="-r"</programlisting>
<para>You must restart
<command>mountd</command> whenever you modify
<filename>/etc/exports</filename> so the changes can take effect.
This can be accomplished by sending the hangup signal
This can be accomplished by sending the HUP signal
to the <command>mountd</command> process:</para>
<screen>&prompt.root; <userinput>kill -HUP `cat /var/run/mountd.pid`</userinput></screen>
@ -959,11 +959,6 @@ mountd_flags="-r"</programlisting>
regardless of which workstation they log in to.</para>
</listitem>
<listitem>
<para>You can use an exported CDROM to install
software on multiple machines.</para>
</listitem>
<listitem>
<para>Several machines could have a common
<filename>/usr/ports/distfiles</filename> directory.