Update to r40792:
Prefer the use of service(1) to explicit invocation of /etc/rc.d scripts: service(1) puts things in one place and abstracts them. Also, it's less typing and easier to autocomplete. Approved by: bcr (mentor)
This commit is contained in:
parent
bce651a715
commit
a5e6fb8a68
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46783
1 changed files with 2 additions and 2 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: r40784
|
||||
basiert auf: r40792
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="multimedia">
|
||||
<info><title>Multimedia</title>
|
||||
|
@ -1668,7 +1668,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>
|
||||
&prompt.root; <userinput>/usr/local/etc/rc.d/mythbackend start</userinput></screen>
|
||||
&prompt.root; <userinput>service mythbackend start</userinput></screen>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue