Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-working-rcscripts.xml
Date: Sun, 08 Jul 2007 01:41:08
Message-Id: E1I7Llf-00039N-Mi@stork.gentoo.org
1 nightmorph 07/07/08 01:40:55
2
3 Modified: hb-working-rcscripts.xml
4 Log:
5 updated rc-update commands for bug 184515
6
7 Revision Changes Path
8 1.30 xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml?rev=1.30&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml?rev=1.30&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml?r1=1.29&r2=1.30
13
14 Index: hb-working-rcscripts.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml,v
17 retrieving revision 1.29
18 retrieving revision 1.30
19 diff -u -r1.29 -r1.30
20 --- hb-working-rcscripts.xml 8 Mar 2007 06:52:27 -0000 1.29
21 +++ hb-working-rcscripts.xml 8 Jul 2007 01:40:55 -0000 1.30
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml,v 1.29 2007/03/08 06:52:27 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml,v 1.30 2007/07/08 01:40:55 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 these aspects and explains how to deal with these scripts.
33 </abstract>
34
35 -<version>1.23</version>
36 -<date>2007-03-07</date>
37 +<version>1.24</version>
38 +<date>2007-07-07</date>
39
40 <section>
41 <title>Runlevels</title>
42 @@ -335,14 +335,19 @@
43 </pre>
44
45 <p>
46 -The <c>rc-update show</c> command will show all the available init scripts and
47 +The <c>rc-update -v show</c> command will show all the available init scripts and
48 list at which runlevels they will execute:
49 </p>
50
51 <pre caption="Receiving init script information">
52 -# <i>rc-update show</i>
53 +# <i>rc-update -v show</i>
54 </pre>
55
56 +<p>
57 +You can also run <c>rc-update show</c> (without <c>-v</c>) to just view enabled
58 +init scripts and their runlevels.
59 +</p>
60 +
61 </body>
62 </subsection>
63 </section>
64
65
66
67 --
68 gentoo-doc-cvs@g.o mailing list