Gentoo Archives: gentoo-commits

From: "Marion Age (titefleur)" <titefleur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/fr/handbook: hb-working-rcscripts.xml
Date: Sun, 28 Oct 2007 21:45:11
Message-Id: E1ImFwO-0000vO-Ue@stork.gentoo.org
1 titefleur 07/10/28 21:45:04
2
3 Modified: hb-working-rcscripts.xml
4 Log:
5 #197328 - Sync to 1.31 (Geekounet)
6
7 Revision Changes Path
8 1.16 xml/htdocs/doc/fr/handbook/hb-working-rcscripts.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-working-rcscripts.xml?rev=1.16&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-working-rcscripts.xml?rev=1.16&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-working-rcscripts.xml?r1=1.15&r2=1.16
13
14 Index: hb-working-rcscripts.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-working-rcscripts.xml,v
17 retrieving revision 1.15
18 retrieving revision 1.16
19 diff -u -r1.15 -r1.16
20 --- hb-working-rcscripts.xml 23 Mar 2007 17:04:37 -0000 1.15
21 +++ hb-working-rcscripts.xml 28 Oct 2007 21:45:04 -0000 1.16
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/1.0 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-working-rcscripts.xml,v 1.15 2007/03/23 17:04:37 cam Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-working-rcscripts.xml,v 1.16 2007/10/28 21:45:04 titefleur Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 Ce chapitre explique ces aspects et comment utiliser de tels scripts.
33 </abstract>
34
35 -<version>1.23</version>
36 -<date>2007-03-21</date>
37 +<version>1.25</version>
38 +<date>2007-10-11</date>
39
40 <section>
41 <title>Les niveaux d'exécution</title>
42 @@ -338,19 +338,26 @@
43 d'initialisation et le niveau d'exécution. Par exemple&nbsp;:
44 </p>
45
46 -<pre caption="Supprimer Postfix du niveau d'exécution « default »">
47 +<pre caption="Supprimer Postfix du niveau d'exécution «&nbsp;default&nbsp;»">
48 # <i>rc-update del postfix default</i>
49 </pre>
50
51 <p>
52 -La commande <c>rc-update show</c> affiche la liste des scripts d'initialisation
53 -disponibles et les niveaux d'exécution dans lesquels ils ont été ajoutés&nbsp;:
54 +La commande <c>rc-update -v show</c> affiche la liste des scripts
55 +d'initialisation disponibles et les niveaux d'exécution dans lesquels ils ont
56 +été ajoutés&nbsp;:
57 </p>
58
59 <pre caption="Afficher la liste des scripts d'initialisation">
60 -# <i>rc-update show</i>
61 +# <i>rc-update -v show</i>
62 </pre>
63
64 +<p>
65 +Vous pouvez aussi lancer <c>rc-update show</c> (sans l'option <c>-v</c>) pour
66 +simplement voir les scripts d'initialisation activés et leurs niveaux
67 +d'exécution.
68 +</p>
69 +
70 </body>
71 </subsection>
72 </section>
73 @@ -389,7 +396,7 @@
74 </p>
75
76 <pre caption="Variables définies dans /etc/conf.d/apache2">
77 -APACHE2_OPTS="-D PHP4"
78 +APACHE2_OPTS="-D PHP5"
79 </pre>
80
81 <p>
82 @@ -741,7 +748,7 @@
83 </body>
84 </subsection>
85 <subsection>
86 -<title>Utiliser « softlevel »</title>
87 +<title>Utiliser «&nbsp;softlevel&nbsp;»</title>
88 <body>
89
90 <p>
91 @@ -818,7 +825,7 @@
92 </body>
93 </subsection>
94 <subsection>
95 -<title>Utiliser « bootlevel »</title>
96 +<title>Utiliser «&nbsp;bootlevel&nbsp;»</title>
97 <body>
98
99 <p>
100
101
102
103 --
104 gentoo-commits@g.o mailing list