nightmorph 09/12/22 06:40:45 Modified: gnome-config.xml Log: remove all avahi references from the guide until the gnome team can get bug 222601 fixed. also seen in http://forums.gentoo.org/viewtopic-t-807633.html. hopefully no one needs avahi in a fresh gnome install...
Revision Changes Path 1.28 xml/htdocs/doc/en/gnome-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.28&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?r1=1.27&r2=1.28 Index: gnome-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- gnome-config.xml 1 Sep 2009 23:58:43 -0000 1.27 +++ gnome-config.xml 22 Dec 2009 06:40:45 -0000 1.28 @@ -1,8 +1,8 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.27 2009/09/01 23:58:43 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.28 2009/12/22 06:40:45 nightmorph Exp $ --> -<guide link="/doc/en/gnome-config.xml"> +<guide> <title>The GNOME Configuration HOWTO</title> <author title="Author"> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.20</version> -<date>2009-09-01</date> +<version>1.21</version> +<date>2009-12-21</date> <chapter> <title>What is GNOME?</title> @@ -82,14 +82,13 @@ Make sure that <c>X</c>, <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. The same -goes for <c>dbus</c>, a system message bus Gnome uses extensively. The -<c>avahi</c> USE flag brings DNS detection to GNOME (similiar to Rendezvous -under Mac OS X). If you don't want KDE support (the other big desktop -environment), remove <c>qt3</c>, <c>qt4</c>, <c>arts</c>, and <c>kde</c>. +goes for <c>dbus</c>, a system message bus Gnome uses extensively. If you don't +want KDE support (the other big desktop environment), remove <c>qt3</c>, +<c>qt4</c>, <c>arts</c>, and <c>kde</c>. </p> <pre caption="Example USE in /etc/make.conf"> -USE="-qt3 -qt4 -arts -kde X dbus gtk gnome hal avahi" +USE="-qt3 -qt4 -arts -kde X dbus gtk gnome hal" </pre> <p> @@ -131,15 +130,12 @@ Next we'll clean up the remaining services. </p> -<pre caption="Adding hald and avahi-dnsconfd to the default runlevel"> +<pre caption="Adding hald and dbus to the default runlevel"> # <i>/etc/init.d/hald start</i> # <i>rc-update add hald default</i> # <i>/etc/init.d/dbus start</i> # <i>rc-update add dbus default</i> - -# <i>/etc/init.d/avahi-dnsconfd start</i> -# <i>rc-update add avahi-dnsconfd default</i> </pre> </body>
