Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gnome-config.xml
Date: Tue, 22 Dec 2009 06:40:54
Message-Id: E1NMyQH-0005gm-Ch@stork.gentoo.org
1 nightmorph 09/12/22 06:40:45
2
3 Modified: gnome-config.xml
4 Log:
5 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...
6
7 Revision Changes Path
8 1.28 xml/htdocs/doc/en/gnome-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.28&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.28&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?r1=1.27&r2=1.28
13
14 Index: gnome-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v
17 retrieving revision 1.27
18 retrieving revision 1.28
19 diff -u -r1.27 -r1.28
20 --- gnome-config.xml 1 Sep 2009 23:58:43 -0000 1.27
21 +++ gnome-config.xml 22 Dec 2009 06:40:45 -0000 1.28
22 @@ -1,8 +1,8 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.27 2009/09/01 23:58:43 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.28 2009/12/22 06:40:45 nightmorph Exp $ -->
27
28 -<guide link="/doc/en/gnome-config.xml">
29 +<guide>
30 <title>The GNOME Configuration HOWTO</title>
31
32 <author title="Author">
33 @@ -24,8 +24,8 @@
34 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 -<version>1.20</version>
38 -<date>2009-09-01</date>
39 +<version>1.21</version>
40 +<date>2009-12-21</date>
41
42 <chapter>
43 <title>What is GNOME?</title>
44 @@ -82,14 +82,13 @@
45 Make sure that <c>X</c>, <c>gtk</c>, and <c>gnome</c> are in your USE variable
46 listed in <path>/etc/make.conf</path>. If you want support for <c>hald</c>, the
47 hardware abstraction layer daemon add <c>hal</c> to your USE flags. The same
48 -goes for <c>dbus</c>, a system message bus Gnome uses extensively. The
49 -<c>avahi</c> USE flag brings DNS detection to GNOME (similiar to Rendezvous
50 -under Mac OS X). If you don't want KDE support (the other big desktop
51 -environment), remove <c>qt3</c>, <c>qt4</c>, <c>arts</c>, and <c>kde</c>.
52 +goes for <c>dbus</c>, a system message bus Gnome uses extensively. If you don't
53 +want KDE support (the other big desktop environment), remove <c>qt3</c>,
54 +<c>qt4</c>, <c>arts</c>, and <c>kde</c>.
55 </p>
56
57 <pre caption="Example USE in /etc/make.conf">
58 -USE="-qt3 -qt4 -arts -kde X dbus gtk gnome hal avahi"
59 +USE="-qt3 -qt4 -arts -kde X dbus gtk gnome hal"
60 </pre>
61
62 <p>
63 @@ -131,15 +130,12 @@
64 Next we'll clean up the remaining services.
65 </p>
66
67 -<pre caption="Adding hald and avahi-dnsconfd to the default runlevel">
68 +<pre caption="Adding hald and dbus to the default runlevel">
69 # <i>/etc/init.d/hald start</i>
70 # <i>rc-update add hald default</i>
71
72 # <i>/etc/init.d/dbus start</i>
73 # <i>rc-update add dbus default</i>
74 -
75 -# <i>/etc/init.d/avahi-dnsconfd start</i>
76 -# <i>rc-update add avahi-dnsconfd default</i>
77 </pre>
78
79 </body>