Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gnome-config.xml
Date: Tue, 01 Aug 2006 13:43:50
Message-Id: 20060801134331.98C9E64255@smtp.gentoo.org
1 neysx 06/08/01 13:43:31
2
3 Modified: gnome-config.xml
4 Log:
5 #142364 fixed USE flags and s/howl/avahi/
6
7 Revision Changes Path
8 1.7 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.7&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?r1=1.6&r2=1.7
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.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- gnome-config.xml 3 Apr 2006 17:17:15 -0000 1.6
21 +++ gnome-config.xml 1 Aug 2006 13:43:31 -0000 1.7
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.6 2006/04/03 17:17:15 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.7 2006/08/01 13:43:31 neysx Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -21,11 +21,11 @@
31 </abstract>
32
33 <!-- The content of this document is licensed under the CC-BY-SA license -->
34 -<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
35 +<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
36 <license/>
37
38 <version>1.6</version>
39 -<date>2006-04-03</date>
40 +<date>2006-08-01</date>
41
42 <chapter>
43 <title>What is GNOME?</title>
44 @@ -79,16 +79,16 @@
45
46 <p>
47 Before you start installing GNOME, you might want to edit your USE variables.
48 -Make sure that <c>gtk</c> and <c>gnome</c> are in your USE variable listed in
49 +Make sure that <c>gtk*</c> and <c>gnome</c> are in your USE variable listed in
50 <path>/etc/make.conf</path>. If you want support for <c>hald</c>, the hardware
51 abstraction layer daemon add <c>hal</c> to your USE flags. USE variable
52 -<c>howl</c> brings DNS-detection to GNOME (similiar to Rendevouz under Mac OS X).
53 -If you don't want KDE support (the other big desktop environment), remove
54 -<c>qt</c> and <c>kde</c>.
55 +<c>avahi</c> brings DNS-detection to GNOME (similiar to Rendevouz under Mac OS
56 +X). If you don't want KDE support (the other big desktop environment), remove
57 +<c>qt*</c>, <c>arts</c> and <c>kde</c>.
58 </p>
59
60 <pre caption="Example USE in /etc/make.conf">
61 -USE="-qt -kde gtk gnome hal howl"
62 +USE="-qt -qt3 -qt4 -arts -kde gtk gtk2 gnome hal avahi"
63 </pre>
64
65 <p>
66 @@ -143,12 +143,12 @@
67 Next we'll clean up the remaining runlevels.
68 </p>
69
70 -<pre caption="Adding hald and mDNSResponder to the default runlevel">
71 +<pre caption="Adding hald and avahi-dnsconfd to the default runlevel">
72 # <i>/etc/init.d/hald start</i>
73 # <i>rc-update add hald default</i>
74
75 -# <i>/etc/init.d/mDNSResponder start</i>
76 -# <i>rc-update add mDNSResponder default</i>
77 +# <i>/etc/init.d/avahi-dnsconfd start</i>
78 +# <i>rc-update add avahi-dnsconfd default</i>
79 </pre>
80
81 </body>
82
83
84
85 --
86 gentoo-doc-cvs@g.o mailing list