vapier 08/04/15 14:28:47 Modified: openrc-migration.xml Log: update EDITOR/PAGER info
Revision Changes Path 1.7 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.7&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.6&r2=1.7 Index: openrc-migration.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- openrc-migration.xml 15 Apr 2008 06:17:47 -0000 1.6 +++ openrc-migration.xml 15 Apr 2008 14:28:47 -0000 1.7 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.6 2008/04/15 06:17:47 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.7 2008/04/15 14:28:47 vapier Exp $ --> <guide link="/doc/en/openrc-migration.xml"> <title>Baselayout and OpenRC Migration Guide</title> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.3</version> -<date>2008-04-14</date> +<version>1.4</version> +<date>2008-04-15</date> <chapter> <title>Background</title> @@ -288,14 +288,14 @@ </body> </section> <section> -<title>EDITOR</title> +<title>EDITOR / PAGER</title> <body> <p> -The EDITOR variable is no longer found in <path>/etc/rc.conf</path>, and at this -time is not provided by any other package. Users are encouraged to set it as -needed in their <path>~/.bashrc</path> file or create -<path>/etc/env.d/99editor</path> and set it there. +The EDITOR variable is no longer found in <path>/etc/rc.conf</path>. Both +EDITOR and PAGER are set by default in /etc/profile. You should change this as +needed in your <path>~/.bashrc</path> (or equivalent) file or create +<path>/etc/env.d/99editor</path> and set the system default there. </p> <impo> -- [email protected] mailing list
