neysx 06/08/01 13:43:31 Modified: gnome-config.xml Log: #142364 fixed USE flags and s/howl/avahi/
Revision Changes Path 1.7 xml/htdocs/doc/en/gnome-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.7&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?r1=1.6&r2=1.7 Index: gnome-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gnome-config.xml 3 Apr 2006 17:17:15 -0000 1.6 +++ gnome-config.xml 1 Aug 2006 13:43:31 -0000 1.7 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.6 2006/04/03 17:17:15 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.7 2006/08/01 13:43:31 neysx Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -21,11 +21,11 @@ </abstract> <!-- The content of this document is licensed under the CC-BY-SA license --> -<!-- See http://creativecommons.org/licenses/by-sa/1.0 --> +<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> <version>1.6</version> -<date>2006-04-03</date> +<date>2006-08-01</date> <chapter> <title>What is GNOME?</title> @@ -79,16 +79,16 @@ <p> Before you start installing GNOME, you might want to edit your USE variables. -Make sure that <c>gtk</c> and <c>gnome</c> are in your USE variable listed in +Make sure that <c>gtk*</c> and <c>gnome</c> are in your USE variable listed in <path>/etc/make.conf</path>. If you want support for <c>hald</c>, the hardware abstraction layer daemon add <c>hal</c> to your USE flags. USE variable -<c>howl</c> brings DNS-detection to GNOME (similiar to Rendevouz under Mac OS X). -If you don't want KDE support (the other big desktop environment), remove -<c>qt</c> and <c>kde</c>. +<c>avahi</c> brings DNS-detection to GNOME (similiar to Rendevouz under Mac OS +X). If you don't want KDE support (the other big desktop environment), remove +<c>qt*</c>, <c>arts</c> and <c>kde</c>. </p> <pre caption="Example USE in /etc/make.conf"> -USE="-qt -kde gtk gnome hal howl" +USE="-qt -qt3 -qt4 -arts -kde gtk gtk2 gnome hal avahi" </pre> <p> @@ -143,12 +143,12 @@ Next we'll clean up the remaining runlevels. </p> -<pre caption="Adding hald and mDNSResponder to the default runlevel"> +<pre caption="Adding hald and avahi-dnsconfd to the default runlevel"> # <i>/etc/init.d/hald start</i> # <i>rc-update add hald default</i> -# <i>/etc/init.d/mDNSResponder start</i> -# <i>rc-update add mDNSResponder default</i> +# <i>/etc/init.d/avahi-dnsconfd start</i> +# <i>rc-update add avahi-dnsconfd default</i> </pre> </body> -- [email protected] mailing list
