summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2004-09-30 17:43:40 +0000
committerTavis Ormandy <taviso@gentoo.org>2004-09-30 17:43:40 +0000
commit674bd4a8d1fd4fafc23b7b33cbfe458cda82d158 (patch)
tree51a7526dcc549fee56ab6357d6ded2062e7fc902 /x11-wm
parentVersion bump closes bug #65865. (Manifest recommit) (diff)
downloadgentoo-2-674bd4a8d1fd4fafc23b7b33cbfe458cda82d158.tar.gz
gentoo-2-674bd4a8d1fd4fafc23b7b33cbfe458cda82d158.tar.bz2
gentoo-2-674bd4a8d1fd4fafc23b7b33cbfe458cda82d158.zip
add some comments
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fvwm/fvwm-2.5.11.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/fvwm/fvwm-2.5.11.ebuild b/x11-wm/fvwm/fvwm-2.5.11.ebuild
index 08187f4c3406..a3916dd2b580 100644
--- a/x11-wm/fvwm/fvwm-2.5.11.ebuild
+++ b/x11-wm/fvwm/fvwm-2.5.11.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/x11-wm/fvwm/fvwm-2.5.11.ebuild,v 1.1 2004/09/30 17:27:49 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.11.ebuild,v 1.2 2004/09/30 17:43:40 taviso Exp $
inherit eutils flag-o-matic
@@ -292,4 +292,10 @@ pkg_postinst() {
einfo "please update your configuration to use the new officially supported"
einfo "'ShowNoIcons' option."
echo
+ einfo "The recommended name for your primary configuration file is now"
+ einfo "~/.fvwm/config, of course, all previously supported locations"
+ einfo "are stlil supported, and this can be overridden on the command line"
+ echo
+ einfo "For in depth information about all changes in this release, please read"
+ einfo "the ChangeLog"
}