summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnome-base/gnome/gnome-2.8.1.ebuild15
1 files changed, 10 insertions, 5 deletions
diff --git a/gnome-base/gnome/gnome-2.8.1.ebuild b/gnome-base/gnome/gnome-2.8.1.ebuild
index 365d18f25823..4ecf2adfbee2 100644
--- a/gnome-base/gnome/gnome-2.8.1.ebuild
+++ b/gnome-base/gnome/gnome-2.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.8.1.ebuild,v 1.1 2004/11/29 10:26:02 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.8.1.ebuild,v 1.2 2004/11/29 11:21:48 obz Exp $
S=${WORKDIR}
DESCRIPTION="Meta package for the GNOME desktop"
@@ -141,10 +141,15 @@ pkg_postinst () {
einfo " export WINDOW_MANAGER=\"/usr/bin/metacity\""
einfo "of course this works for all other window managers as well"
echo
- einfo "To have nautilus and gnome-vfs monitor file changes, you should"
- einfo "start the FAM daemon. You can do this to by issueing the"
- einfo "'/etc/init.d/famd start' command."
- einfo "'rc-update add famd default' will make FAM start on every boot."
+ einfo "To take full advantage of GNOME's functionality, please start"
+ einfo "the File Alteration Monitoring service (famd) before using"
+ einfo "GNOME, unless you have a specific reason for not doing so."
+ echo
+ einfo "To start famd now use:"
+ einfo "'/etc/init.d/famd start'"
+ echo
+ einfo "And please ensure you add it to the default runlevel using:"
+ einfo "'rc-update add famd default'"
echo
}