View | Details | Raw Unified | Return to bug 93522 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/home/danger/doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml (-3 / +3 lines)
Lines 776-785 Link Here
776
      <para>You must restart
776
      <para>You must restart
777
        <application>mountd</application> whenever you modify
777
        <application>mountd</application> whenever you modify
778
        <filename>/etc/exports</filename> so the changes can take effect.
778
        <filename>/etc/exports</filename> so the changes can take effect.
779
        This can be accomplished by sending the HUP signal
779
        This can be accomplished by invoking of the
780
        to the <command>mountd</command> process:</para>
780
	<filename>/etc/rc.d/mountd</filename> script:</para>
781
781
782
      <screen>&prompt.root; <userinput>kill -HUP `cat /var/run/mountd.pid`</userinput></screen>
782
      <screen>&prompt.root; <userinput>/etc/rc.d/mountd restart</userinput></screen>
783
783
784
      <para>Alternatively, a reboot will make FreeBSD set everything
784
      <para>Alternatively, a reboot will make FreeBSD set everything
785
        up properly.  A reboot is not necessary though.
785
        up properly.  A reboot is not necessary though.

Return to bug 93522