Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: openrc-migration.xml
Date: Sun, 05 Oct 2008 08:42:48
Message-Id: E1KmPCP-0007b4-0a@stork.gentoo.org
1 nightmorph 08/10/05 08:42:44
2
3 Modified: openrc-migration.xml
4 Log:
5 minor guidexml code style changes, no content change
6
7 Revision Changes Path
8 1.12 xml/htdocs/doc/en/openrc-migration.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.11&r2=1.12
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.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- openrc-migration.xml 11 Sep 2008 08:29:05 -0000 1.11
21 +++ openrc-migration.xml 5 Oct 2008 08:42:44 -0000 1.12
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.11 2008/09/11 08:29:05 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.12 2008/10/05 08:42:44 nightmorph Exp $ -->
27
28 <guide link="/doc/en/openrc-migration.xml">
29 <title>Baselayout and OpenRC Migration Guide</title>
30 @@ -344,9 +344,9 @@
31
32 <p>
33 The EDITOR variable is no longer found in <path>/etc/rc.conf</path>. Both
34 -EDITOR and PAGER are set by default in /etc/profile. You should change this as
35 -needed in your <path>~/.bashrc</path> (or equivalent) file or create
36 -<path>/etc/env.d/99editor</path> and set the system default there.
37 +EDITOR and PAGER are set by default in <path>/etc/profile</path>. You should
38 +change this as needed in your <path>~/.bashrc</path> (or equivalent) file or
39 +create <path>/etc/env.d/99editor</path> and set the system default there.
40 </p>
41
42 <impo>