Updated to use rcctl(8) where applicable.
Thanks,
--avj
Index: faq6.html
===================================================================
RCS file: /home/cvsync/www/faq/faq6.html,v
retrieving revision 1.343
diff -u -p -r1.343 faq6.html
--- faq6.html 13 Jan 2016 21:55:55 -0000 1.343
+++ faq6.html 18 Jan 2016 21:39:02 -0000
@@ -708,7 +708,7 @@ edit <tt>/etc/rc.conf.local</tt> so that
<tt>dhcpd_flags=""</tt>.
For example:
<pre>
- # <b>echo 'dhcpd_flags=""' >>/etc/rc.conf.local</b>
+ # <b>rcctl enable dhcpd</b>
</pre>
This will run dhcpd, and it will attach to all NICs which have valid
@@ -747,7 +747,7 @@ If you want to start dhcpd(8) from the c
<tt>/etc/dhcpd.conf</tt>, try:
<pre>
- # <b>/etc/rc.d/dhcpd start</b>
+ # <b>rcctl start dhcpd</b>
dhcpd(ok)
</pre>
@@ -915,9 +915,9 @@ You can either reboot (after enabling th
above) or run them manually.
<blockquote><pre>
-# <b>/etc/rc.d/portmap start</b>
-# <b>/etc/rc.d/mountd start</b>
-# <b>/etc/rc.d/nfsd start</b>
+# <b>rcctl start portmap</b>
+# <b>rcctl start mountd</b>
+# <b>rcctl start nfsd</b>
</pre></blockquote>
<p>
@@ -936,7 +936,7 @@ need to make mountd aware of this!
Just HUP mountd and the changes will take affect.
<blockquote><pre>
-# <b>/etc/rc.d/mountd reload</b>
+# <b>rcctl reload mountd</b>
</pre></blockquote>
<h3>Mounting NFS Filesystems</h3>