Gentoo Archives: gentoo-doc-cvs

From: "Jan Kundrat (jkt)" <jkt@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: openrc-migration.xml
Date: Wed, 01 Dec 2010 09:47:52
Message-Id: 20101201094736.F22F120054@flycatcher.gentoo.org
1 jkt 10/12/01 09:47:36
2
3 Modified: openrc-migration.xml
4 Log:
5 #219038, document `/etc/init.d/foo --nodeps stop` as a replacement for `/etc/init.d/foo pause`
6
7 Revision Changes Path
8 1.19 xml/htdocs/doc/en/openrc-migration.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.18&r2=1.19
13
14 Index: openrc-migration.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- openrc-migration.xml 20 Jul 2010 08:51:25 -0000 1.18
21 +++ openrc-migration.xml 1 Dec 2010 09:47:36 -0000 1.19
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.18 2010/07/20 08:51:25 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.19 2010/12/01 09:47:36 jkt Exp $ -->
27
28 <guide link="/doc/en/openrc-migration.xml">
29 <title>Baselayout and OpenRC Migration Guide</title>
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>2</version>
35 -<date>2010-07-20</date>
36 +<version>3</version>
37 +<date>2010-12-01</date>
38
39 <chapter>
40 <title>Background</title>
41 @@ -433,4 +433,21 @@
42 </body>
43 </section>
44 </chapter>
45 +<chapter>
46 +<title>Changed functionality</title>
47 +<section>
48 +<title>The pause action</title>
49 +<body>
50 +
51 +<p>
52 +Previously it was possible to temporarily stop a service without taking down all
53 +the depending services by using <c>/etc/init.d/service pause</c>. In OpenRC, the
54 +<c>pause</c> action was removed; this functionality is supported by the
55 +<c>/etc/init.d/service --nodeps stop</c>, which also works in the old
56 +baselayout.
57 +</p>
58 +
59 +</body>
60 +</section>
61 +</chapter>
62 </guide>