Gentoo Archives: gentoo-commits

From: "Camille Huot (cam)" <cam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/fr: openrc-migration.xml
Date: Sat, 13 Sep 2008 08:08:18
Message-Id: E1KeQAx-0000Ef-2p@stork.gentoo.org
1 cam 08/09/13 08:08:15
2
3 Modified: openrc-migration.xml
4 Log:
5 Sync 1.11
6
7 Revision Changes Path
8 1.6 xml/htdocs/doc/fr/openrc-migration.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/openrc-migration.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/openrc-migration.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/openrc-migration.xml?r1=1.5&r2=1.6
13
14 Index: openrc-migration.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/openrc-migration.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- openrc-migration.xml 22 Jul 2008 08:54:00 -0000 1.5
21 +++ openrc-migration.xml 13 Sep 2008 08:08:14 -0000 1.6
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/fr/openrc-migration.xml,v 1.5 2008/07/22 08:54:00 titefleur Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/openrc-migration.xml,v 1.6 2008/09/13 08:08:14 cam Exp $ -->
27
28 <guide link="/doc/fr/openrc-migration.xml" lang="fr">
29 <title>Guide de migration de Baselayout et OpenRC</title>
30 @@ -27,8 +27,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.6</version>
35 -<date>2008-04-15</date>
36 +<version>1.7</version>
37 +<date>2008-09-11</date>
38
39 <chapter>
40 <title>Contexte</title>
41 @@ -376,6 +376,25 @@
42 </body>
43 </section>
44 <section>
45 +<title>Journal de démarrage</title>
46 +<body>
47 +
48 +<p>
49 +Auparavant, vous pouviez enregistrer les messages de démarrage en utilisant
50 +<c>app-admin/showconsole</c>. Avec OpenRC, tout est géré en interne, ce n'est
51 +donc pas la peine de bricoler avec <c>showconsole</c>. Vous pouvez sereinement
52 +le désinstaller. Pour enregistrer les messages de démarrage, configurer les
53 +variables appropriées dans <path>/etc/rc.conf</path>. Les messages seront
54 +écrits dans <path>/var/log/rc.log</path>.
55 +</p>
56 +
57 +<pre caption="Activer le journal de démarrage dans /etc/rc.conf">
58 +rc_logger="YES"
59 +</pre>
60 +
61 +</body>
62 +</section>
63 +<section>
64 <title>Pour finir</title>
65 <body>