Update to r42523:
Make rcvar output match reality.
This commit is contained in:
parent
b1a3412cd3
commit
efb4ad22e8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48335
1 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
$FreeBSDde: de-docproj/books/handbook/config/chapter.xml,v 1.151 2011/12/19 14:55:31 bcr Exp $
|
$FreeBSDde: de-docproj/books/handbook/config/chapter.xml,v 1.151 2011/12/19 14:55:31 bcr Exp $
|
||||||
basiert auf: r42014
|
basiert auf: r42523
|
||||||
-->
|
-->
|
||||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||||
|
@ -740,7 +740,9 @@ PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin <co xml:id="co-env"/>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>service sshd rcvar</userinput>
|
<screen>&prompt.root; <userinput>service sshd rcvar</userinput>
|
||||||
# sshd
|
# sshd
|
||||||
$sshd_enable=YES</screen>
|
#
|
||||||
|
sshd_enable="YES"
|
||||||
|
# (default: "")</screen>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>Die Zeile <literal># sshd</literal> wird von dem Kommando
|
<para>Die Zeile <literal># sshd</literal> wird von dem Kommando
|
||||||
|
|
Loading…
Reference in a new issue