jkt         10/12/01 09:47:36

  Modified:             openrc-migration.xml
  Log:
  #219038, document `/etc/init.d/foo --nodeps stop` as a replacement for 
`/etc/init.d/foo pause`

Revision  Changes    Path
1.19                 xml/htdocs/doc/en/openrc-migration.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.18&r2=1.19

Index: openrc-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- openrc-migration.xml        20 Jul 2010 08:51:25 -0000      1.18
+++ openrc-migration.xml        1 Dec 2010 09:47:36 -0000       1.19
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 
1.18 2010/07/20 08:51:25 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 
1.19 2010/12/01 09:47:36 jkt Exp $ -->
 
 <guide link="/doc/en/openrc-migration.xml">
 <title>Baselayout and OpenRC Migration Guide</title>
@@ -24,8 +24,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2</version>
-<date>2010-07-20</date>
+<version>3</version>
+<date>2010-12-01</date>
 
 <chapter>
 <title>Background</title>
@@ -433,4 +433,21 @@
 </body>
 </section>
 </chapter>
+<chapter>
+<title>Changed functionality</title>
+<section>
+<title>The pause action</title>
+<body>
+
+<p>
+Previously it was possible to temporarily stop a service without taking down 
all
+the depending services by using <c>/etc/init.d/service pause</c>. In OpenRC, 
the
+<c>pause</c> action was removed; this functionality is supported by the
+<c>/etc/init.d/service --nodeps stop</c>, which also works in the old
+baselayout.
+</p>
+
+</body>
+</section>
+</chapter>
 </guide>




Reply via email to