View | Details | Raw Unified | Return to bug 75515
Collapse All | Expand All

(-)chapter.sgml (-10 / +8 lines)
Lines 609-620 Link Here
609
        order for this to function properly a few processes have to be
609
        order for this to function properly a few processes have to be
610
        configured and running.</para>
610
        configured and running.</para>
611
611
612
      <note><para>In &os; 5.X, the <application>portmap</application>
612
      <note><para>Under &os;&nbsp;4.X,
613
	utility has been replaced with the
613
	users are required to replace every instance of
614
	<application>rpcbind</application> utility.  Thus, in &os; 5.X
614
	<application>rpcbind</application> with
615
	the user is required to replace every instance of
615
	<application>portmap</application> in the forthcoming
616
	<application>portmap</application> with
617
	<application>rpcbind</application> in the forthcoming
618
	examples.</para></note>
616
	examples.</para></note>
619
617
620
      <para>The server has to be running the following daemons:</para>
618
      <para>The server has to be running the following daemons:</para>
Lines 628-634 Link Here
628
      </indexterm>
626
      </indexterm>
629
627
630
      <indexterm>
628
      <indexterm>
631
        <primary><application>portmap</application></primary>
629
        <primary><application>rpcbind</application></primary>
632
      </indexterm>
630
      </indexterm>
633
      <indexterm>
631
      <indexterm>
634
        <primary><application>mountd</application></primary>
632
        <primary><application>mountd</application></primary>
Lines 661-667 Link Here
661
		the requests that &man.nfsd.8; passes on to it.</entry>
659
		the requests that &man.nfsd.8; passes on to it.</entry>
662
	    </row>
660
	    </row>
663
	    <row>
661
	    <row>
664
	      <entry><application>portmap</application></entry>
662
	      <entry><application>rpcbind</application></entry>
665
	      <entry> The portmapper daemon allows
663
	      <entry> The portmapper daemon allows
666
	      <acronym>NFS</acronym> clients to discover which port
664
	      <acronym>NFS</acronym> clients to discover which port
667
	      the <acronym>NFS</acronym> server is using.</entry>
665
	      the <acronym>NFS</acronym> server is using.</entry>
Lines 696-702 Link Here
696
        following options are configured in the
694
        following options are configured in the
697
        <filename>/etc/rc.conf</filename> file:</para>
695
        <filename>/etc/rc.conf</filename> file:</para>
698
696
699
      <programlisting>portmap_enable="YES"
697
      <programlisting>rpcbind_enable="YES"
700
nfs_server_enable="YES"
698
nfs_server_enable="YES"
701
mountd_flags="-r"</programlisting>
699
mountd_flags="-r"</programlisting>
702
700
Lines 821-827 Link Here
821
819
822
      <para>On the <acronym>NFS</acronym> server:</para>
820
      <para>On the <acronym>NFS</acronym> server:</para>
823
821
824
      <screen>&prompt.root; <userinput>portmap</userinput>
822
      <screen>&prompt.root; <userinput>rpcbind</userinput>
825
&prompt.root; <userinput>nfsd -u -t -n 4</userinput>
823
&prompt.root; <userinput>nfsd -u -t -n 4</userinput>
826
&prompt.root; <userinput>mountd -r</userinput></screen>
824
&prompt.root; <userinput>mountd -r</userinput></screen>

Return to bug 75515