diff options
author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-10-26 15:29:09 +0000 |
---|---|---|
committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-10-26 15:29:09 +0000 |
commit | d5b45016fd5f5bb2475031d09bb8008d605cc4b4 (patch) | |
tree | 51ce4526e73a084a50be004e88fe880579eacf0c | |
parent | 7c6f9fab807649dfccdf1f5fb4d907f3408e4d91 (diff) |
Notes
-rw-r--r-- | en_US.ISO8859-1/books/handbook/config/chapter.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/books/handbook/config/chapter.sgml b/en_US.ISO8859-1/books/handbook/config/chapter.sgml index dd7d029568..682b4459f5 100644 --- a/en_US.ISO8859-1/books/handbook/config/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/config/chapter.sgml @@ -730,12 +730,12 @@ HOME=/var/log <option>start</option>, <option>stop</option> or <option>restart</option> a service regardless of the settings in <filename>/etc/rc.conf</filename>, the commands should be - prefixed with <quote>force</quote>. For instance to restart + prefixed with <quote>one</quote>. For instance to restart <command>sshd</command> regardless of the current <filename>/etc/rc.conf</filename> setting, execute the following command:</para> - <screen>&prompt.root; <userinput>/etc/rc.d/sshd forcerestart</userinput></screen> + <screen>&prompt.root; <userinput>/etc/rc.d/sshd onerestart</userinput></screen> <para>It is easy to check if a service is enabled in <filename>/etc/rc.conf</filename> by running the appropriate |