nightmorph 12/03/28 22:39:04 Modified: hb-install-config.xml Log: update conf.d/rc and rc.conf for OpenRC's usage, bug 407489
Revision Changes Path 1.110 xml/htdocs/doc/en/handbook/hb-install-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.110&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.110&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.109&r2=1.110 Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- hb-install-config.xml 22 Feb 2012 21:27:45 -0000 1.109 +++ hb-install-config.xml 28 Mar 2012 22:39:04 -0000 1.110 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.109 2012/02/22 21:27:45 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.110 2012/03/28 22:39:04 nightmorph Exp $ --> <sections> @@ -14,8 +14,8 @@ proceed. </abstract> -<version>16</version> -<date>2012-02-22</date> +<version>17</version> +<date>2012-03-28</date> <section> <title>Filesystem Information</title> @@ -438,22 +438,19 @@ <body> <p> -Gentoo uses <path>/etc/rc.conf</path> for general, system-wide configuration. -Open up <path>/etc/rc.conf</path> and enjoy all the comments in that file :) +Gentoo uses <path>/etc/rc.conf</path> and <path>/etc/conf.d/rc</path> to +configure the services, startup, and shutdown of your system. Open up +<path>/etc/rc.conf</path> and <path>/etc/conf.d/rc</path> and enjoy all the +comments in those files. </p> -<pre caption="Opening /etc/rc.conf"> +<pre caption="Configuring services"> # <i>nano -w /etc/rc.conf</i> +# <i>nano -w /etc/conf.d/rc</i> </pre> <p> -When you're finished configuring <path>/etc/rc.conf</path>, save and exit. -</p> - -<p> -As you can see, this file is well commented to help you set up the necessary -configuration variables. You can configure your system to use unicode and -define your default editor and your display manager (like gdm or kdm). +When you're finished configuring these two files, save them and exit. </p> <p>
