svn commit: r46726 - head/de_DE.ISO8859-1/books/handbook/disks

Bjoern Heidotting <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: bhd
Date: Tue May 26 17:20:30 2015
New Revision: 46726
URL: https://svnweb.freebsd.org/changeset/doc/46726

Log:
  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)

Modified:
  head/de_DE.ISO8859-1/books/handbook/disks/chapter.xml

Modified: head/de_DE.ISO8859-1/books/handbook/disks/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/disks/chapter.xml	Mon May 25 14:26:37 2015	(r46725)
+++ head/de_DE.ISO8859-1/books/handbook/disks/chapter.xml	Tue May 26 17:20:30 2015	(r46726)
@@ -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
       <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    Av
 	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

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.