Add some missing words and stop claiming that routed is

started by default; it isn't, since router_enable is set
to "NO" in `src/etc/defaults/rc.conf'.

PR:		docs/75891
Submitted by:	Joel Dahl <joel@automatvapen.se>
This commit is contained in:
Giorgos Keramidas 2005-01-06 19:56:44 +00:00
parent 86c77374ca
commit 4488575234
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23470

View file

@ -1129,8 +1129,8 @@ ifconfig_tun0=</programlisting>
for further details.</para>
</note>
<para>Make sure the router program set to <literal>NO</literal> with
following line in your
<para>Make sure that the router program is set to <literal>NO</literal> with
the following line in your
<filename>/etc/rc.conf</filename>:</para>
<programlisting>router_enable="NO"</programlisting>
@ -1139,7 +1139,7 @@ ifconfig_tun0=</programlisting>
<primary><application>routed</application></primary>
</indexterm>
<para>It is important that the <command>routed</command> daemon is
not started (it is by default), as
not started, as
<command>routed</command> tends to delete the default routing
table entries created by <command>ppp</command>.</para>