Make rcvar output match reality.
PR: docs/181147 Submitted by: Wout Decr? <wout@delta-design.be>
This commit is contained in:
parent
e9f6ed3030
commit
f3a97bdd39
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42523
1 changed files with 4 additions and 2 deletions
|
@ -682,7 +682,9 @@ PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin <co id="co-env"/>
|
|||
|
||||
<screen>&prompt.root; <userinput>service sshd rcvar</userinput>
|
||||
# sshd
|
||||
$sshd_enable=YES</screen>
|
||||
#
|
||||
sshd_enable="YES"
|
||||
# (default: "")</screen>
|
||||
|
||||
<note>
|
||||
<para>The <literal># sshd</literal> line is output from the
|
||||
|
@ -1889,7 +1891,7 @@ kern.maxproc: 1044</screen>
|
|||
kern.maxfiles: 2088 -> 5000</screen>
|
||||
|
||||
<para>Settings of sysctl variables are usually either strings,
|
||||
numbers, or booleans, where a a boolean is <literal>1</literal>
|
||||
numbers, or booleans, where a boolean is <literal>1</literal>
|
||||
for yes or <literal>0</literal> for no.</para>
|
||||
|
||||
<para>To automatically set some variables each time the machine
|
||||
|
|
Loading…
Reference in a new issue