Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gnome-config.xml
Date: Mon, 03 Apr 2006 17:16:56
Message-Id: 200604031717.k33HHGMm017738@robin.gentoo.org
1 nightmorph 06/04/03 17:17:15
2
3 Modified: gnome-config.xml
4 Log:
5 Switched from fam to gamin in the Gnome howto, see bug 126666
6
7 Revision Changes Path
8 1.6 xml/htdocs/doc/en/gnome-config.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnome-config.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnome-config.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnome-config.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
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.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- gnome-config.xml 25 Mar 2005 15:55:32 -0000 1.5
21 +++ gnome-config.xml 3 Apr 2006 17:17:15 -0000 1.6
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.5 2005/03/25 15:55:32 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.6 2006/04/03 17:17:15 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
32 <license/>
33
34 -<version>1.5</version>
35 -<date>2005-03-25</date>
36 +<version>1.6</version>
37 +<date>2006-04-03</date>
38
39 <chapter>
40 <title>What is GNOME?</title>
41 @@ -120,14 +120,30 @@
42
43 <p>
44 If you paid attention to the output of your previous <c>emerge</c> command,
45 -you'll notice that it suggests adding <c>famd</c> to the default runlevel to
46 -have nautilus and gnome-vfs monitor file changes:
47 +you'll notice that it suggests using <c>gamin</c> to have nautilus and
48 +gnome-vfs monitor file changes:
49 </p>
50
51 -<pre caption="Adding famd, hald and mDNSResponder to the default runlevel">
52 -# <i>/etc/init.d/famd start</i>
53 -# <i>rc-update add famd default</i>
54 +<pre caption="Installing gamin, a file alteration monitor">
55 +# <i>emerge gamin</i>
56 +</pre>
57 +
58 +<impo>
59 +If you are switching from <c>fam</c> (the old, deprecated file monitor) to
60 +<c>gamin</c>, you will need to remove <c>famd</c> from all runlevels and then
61 +unmerge it:
62 +</impo>
63 +
64 +<pre caption="Switching to gamin">
65 +# <i>rc-update del famd default</i>
66 +# <i>emerge --unmerge fam</i>
67 +</pre>
68 +
69 +<p>
70 +Next we'll clean up the remaining runlevels.
71 +</p>
72
73 +<pre caption="Adding hald and mDNSResponder to the default runlevel">
74 # <i>/etc/init.d/hald start</i>
75 # <i>rc-update add hald default</i>
76
77
78
79
80 --
81 gentoo-doc-cvs@g.o mailing list