nightmorph    06/04/03 17:17:15

  Modified:             gnome-config.xml
  Log:
  Switched from fam to gamin in the Gnome howto, see bug 126666

Revision  Changes    Path
1.6                  xml/htdocs/doc/en/gnome-config.xml

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
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
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

Index: gnome-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnome-config.xml    25 Mar 2005 15:55:32 -0000      1.5
+++ gnome-config.xml    3 Apr 2006 17:17:15 -0000       1.6
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.5 
2005/03/25 15:55:32 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.6 
2006/04/03 17:17:15 nightmorph Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -24,8 +24,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 <license/>
 
-<version>1.5</version>
-<date>2005-03-25</date>
+<version>1.6</version>
+<date>2006-04-03</date>
 
 <chapter>
 <title>What is GNOME?</title>
@@ -120,14 +120,30 @@
 
 <p>
 If you paid attention to the output of your previous <c>emerge</c> command,
-you'll notice that it suggests adding <c>famd</c> to the default runlevel to
-have nautilus and gnome-vfs monitor file changes:
+you'll notice that it suggests using <c>gamin</c> to have nautilus and
+gnome-vfs monitor file changes:
 </p>
 
-<pre caption="Adding famd, hald and mDNSResponder to the default runlevel">
-# <i>/etc/init.d/famd start</i>
-# <i>rc-update add famd default</i>
+<pre caption="Installing gamin, a file alteration monitor">
+# <i>emerge gamin</i>
+</pre>
+
+<impo>
+If you are switching from <c>fam</c> (the old, deprecated file monitor) to
+<c>gamin</c>, you will need to remove <c>famd</c> from all runlevels and then
+unmerge it:
+</impo>
+
+<pre caption="Switching to gamin">
+# <i>rc-update del famd default</i>
+# <i>emerge --unmerge fam</i>
+</pre>
+
+<p>
+Next we'll clean up the remaining runlevels.
+</p>
 
+<pre caption="Adding hald and mDNSResponder to the default runlevel">
 # <i>/etc/init.d/hald start</i>
 # <i>rc-update add hald default</i>
 



-- 
[email protected] mailing list

Reply via email to