- use the rc.d script to restart a system service instead of the old-fashioned

kill method

PR:		docs/123348
Submitted by:	pgj
This commit is contained in:
Daniel Gerzo 2008-05-02 23:08:05 +00:00
parent 7b7e8cbce5
commit 47e1fc0543
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31941

View file

@ -3433,7 +3433,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
<para>Now restart <command>inetd</command>:</para>
<screen>&prompt.root; <userinput>kill -HUP `cat /var/run/inetd.pid`</userinput></screen>
<screen>&prompt.root; <userinput>/etc/rc.d/inetd restart</userinput></screen>
</sect2>
</sect1>