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
5a62c7813d
commit
e1fb778f5f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46726
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/disks/chapter.xml,v 1.187 2012/04/26 19:32:48 bcr Exp $
|
||||
basiert auf: r40676
|
||||
basiert auf: r40792
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="disks">
|
||||
<info><title>Speichermedien</title>
|
||||
|
@ -3500,7 +3500,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
|||
<para>Anschließend starten Sie <command>inetd</command>
|
||||
neu:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>/etc/rc.d/inetd restart</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>service inetd restart</userinput></screen>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
|
@ -4559,7 +4559,7 @@ Device 1K-blocks Used Avail Capacity
|
|||
starten Sie anschliessend den &man.hastd.8;-Dienst:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>hastctl create test</userinput>
|
||||
&prompt.root; <userinput>/etc/rc.d/hastd onestart</userinput></screen>
|
||||
&prompt.root; <userinput>service hastd onestart</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>Es ist <emphasis>nicht</emphasis> möglich, GEOM-Provider mit
|
||||
|
@ -4701,7 +4701,7 @@ notify 30 {
|
|||
<para>Starten Sie &man.devd.8; auf beiden Knoten neu, um
|
||||
die neue Konfiguration wirksam werden zu lassen:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>/etc/rc.d/devd restart</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>service devd restart</userinput></screen>
|
||||
|
||||
<para>Für den Fall, dass die
|
||||
<filename>carp0</filename>-Schnittstelle aktiviert oder
|
||||
|
|
Loading…
Reference in a new issue