Quick s/started/controlled/ for correctness.
Remove an extra space: s/command :/command:/ Use a complete sentence in the last paragraph.
This commit is contained in:
parent
536ca4227e
commit
2b4ce91c46
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17129
1 changed files with 5 additions and 5 deletions
|
@ -569,17 +569,17 @@ HOME=/var/log
|
||||||
|
|
||||||
<para>FreeBSD has recently integrated the NetBSD
|
<para>FreeBSD has recently integrated the NetBSD
|
||||||
<filename>rc.d</filename> system for system initialization.
|
<filename>rc.d</filename> system for system initialization.
|
||||||
Users will notice the files listed in the
|
Users should notice the files listed in the
|
||||||
<filename>/etc/rc.d</filename> directory. Many of these files
|
<filename>/etc/rc.d</filename> directory. Many of these files
|
||||||
are for basic services which can be started with the
|
are for basic services which can be controlled with the
|
||||||
<option>start</option>, <option>stop</option>,
|
<option>start</option>, <option>stop</option>,
|
||||||
and <option>restart</option> options.
|
and <option>restart</option> options.
|
||||||
For instance, &man.sshd.8; can be restarted with the following
|
For instance, &man.sshd.8; can be restarted with the following
|
||||||
command :</para>
|
command:</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>/etc/rc.d/sshd restart</userinput></screen>
|
<screen>&prompt.root; <userinput>/etc/rc.d/sshd restart</userinput></screen>
|
||||||
|
|
||||||
<para>The procedure is similar for other services. Of course,
|
<para>This procedure is similar for other services. Of course,
|
||||||
services are usually started automatically as specified in
|
services are usually started automatically as specified in
|
||||||
&man.rc.conf.5;. For example, enabling the Network Address
|
&man.rc.conf.5;. For example, enabling the Network Address
|
||||||
Translation daemon at startup is as simple as adding the
|
Translation daemon at startup is as simple as adding the
|
||||||
|
@ -634,7 +634,7 @@ HOME=/var/log
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>Using this method an administrator can easily control system
|
<para>By using this method, an administrator can easily control system
|
||||||
services without the hassle of <quote>runlevels</quote> like
|
services without the hassle of <quote>runlevels</quote> like
|
||||||
some other &unix; operating systems.</para>
|
some other &unix; operating systems.</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
Loading…
Reference in a new issue