Update to r52152:
Replace two instances of echo "foo='YES'" >> /etc/rc.conf with sysrc foo=yes which is shorter and provides additional error checking.
This commit is contained in:
parent
a0519a8ab4
commit
f6e6594a25
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52370
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/multimedia/chapter.xml,v 1.100 2012/04/22 20:49:51 bcr Exp $
|
||||
basiert auf: r51486
|
||||
basiert auf: r52152
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
|
@ -1467,7 +1467,7 @@ bktr0: Pinnacle/Miro TV, Philips SECAM tuner.</programlisting>
|
|||
|
||||
<para>Zum Schluss starten Sie das Backend:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>echo 'mythbackend_enable="YES"' >> /etc/rc.conf</userinput>
|
||||
<screen>&prompt.root; <userinput>sysrc mythbackend_enable=yes</userinput>
|
||||
&prompt.root; <userinput>service mythbackend start</userinput></screen>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/security/chapter.xml,v 1.178 2012/04/30 17:07:41 bcr Exp $
|
||||
basiert auf: r51479
|
||||
basiert auf: r52152
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
|
@ -3832,7 +3832,7 @@ UWWemqWuz3lAZuORQ9KX
|
|||
<screen>&prompt.root; <userinput>touch /var/account/acct</userinput>
|
||||
&prompt.root; <userinput>chmod 600 /var/account/acct</userinput>
|
||||
&prompt.root; <userinput>accton /var/account/acct</userinput>
|
||||
&prompt.root; <userinput>echo 'accounting_enable="YES"' >> /etc/rc.conf</userinput></screen>
|
||||
&prompt.root; <userinput>sysrc accounting_enable=yes</userinput></screen>
|
||||
|
||||
<para>Einmal aktiviert, wird sofort mit der Überwachung von
|
||||
<acronym>CPU</acronym>-Statistiken, Befehlen und anderen
|
||||
|
|
Loading…
Reference in a new issue