Gentoo Archives: gentoo-commits

From: "Naoaki Shindo (shindo)" <shindo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/ja: openrc-migration.xml
Date: Sun, 01 Aug 2010 15:03:01
Message-Id: 20100801141533.4BDAB2CE15@corvid.gentoo.org
1 shindo 10/08/01 14:15:32
2
3 Modified: openrc-migration.xml
4 Log:
5 sync to 1.18, thanks to Idani
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/ja/openrc-migration.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/openrc-migration.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/openrc-migration.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/openrc-migration.xml?r1=1.1&r2=1.2
13
14 Index: openrc-migration.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/ja/openrc-migration.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- openrc-migration.xml 15 Feb 2010 14:40:41 -0000 1.1
21 +++ openrc-migration.xml 1 Aug 2010 14:15:32 -0000 1.2
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/ja/openrc-migration.xml,v 1.1 2010/02/15 14:40:41 shindo Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/ja/openrc-migration.xml,v 1.2 2010/08/01 14:15:32 shindo Exp $ -->
27
28 <guide link="/doc/ja/openrc-migration.xml">
29 <title>BaselayoutとOpenRCの移行ガイド </title>
30 @@ -27,10 +27,10 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.11</version>
35 -<date>2009-11-29</date>
36 +<version>2</version>
37 +<date>2010-07-20</date>
38
39 -<!--Original revision: 1.17 -->
40 +<!--Original revision: 1.18 -->
41
42 <chapter>
43 <title>背景</title>
44 @@ -181,6 +181,10 @@
45 module_ieee1394_args="debug"
46 </pre>
47
48 +<impo>
49 +<b>module*</b>変数は、重複設定はできません。バージョン毎に指定された変数は、一般的な変数を上書きします。
50 +</impo>
51 +
52 <note>
53 <b>module_</b>と<b>modules_</b>は意味が違うので、注意してください。
54 </note>
55 @@ -204,9 +208,6 @@
56 </p>
57
58 <p>
59 -While the OpenRC ebuild will attempt to do this migration for you, you should
60 -verify that it migrated all the volume management services properly:
61 -
62 OpenRC ebuildは、この移行作業を自動的に行いますが、全てのボリューム管理サービスに対して適切に移行できたかは、ユーザが確認する必要があります。
63 </p>