diff options
author | Mike Gardiner <obz@gentoo.org> | 2004-11-29 11:21:48 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2004-11-29 11:21:48 +0000 |
commit | 23ae63d045f7d39a549e757601205510377cd824 (patch) | |
tree | c92b3ab9495f66da81d73791c70451973f511fd7 | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-23ae63d045f7d39a549e757601205510377cd824.tar.gz gentoo-2-23ae63d045f7d39a549e757601205510377cd824.tar.bz2 gentoo-2-23ae63d045f7d39a549e757601205510377cd824.zip |
More verbose instructions on using famd
-rw-r--r-- | gnome-base/gnome/gnome-2.8.1.ebuild | 15 |
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 } |