Add missing quotes in rc.conf variable
This commit is contained in:
parent
9c2d7128f6
commit
1e3952692b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34605
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ host2.example.com link#1 UC 0 0
|
|||
changing the following variable to <literal>YES</literal> in
|
||||
&man.rc.conf.5;:</para>
|
||||
|
||||
<programlisting>gateway_enable=YES # Set to YES if this host will be a gateway</programlisting>
|
||||
<programlisting>gateway_enable="YES" # Set to YES if this host will be a gateway</programlisting>
|
||||
|
||||
<para>This option will set the &man.sysctl.8; variable
|
||||
<varname>net.inet.ip.forwarding</varname> to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue