diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-09-30 17:59:20 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-09-30 17:59:20 +0000 |
commit | 6b13d2430d1d0e602f6f00b5ec0a25e856584816 (patch) | |
tree | c84f2d4bfb6635a886691d2e16f8f5e20f827b6c /x11-wm/fvwm | |
parent | added ~mips keyword (Manifest recommit) (diff) | |
download | gentoo-2-6b13d2430d1d0e602f6f00b5ec0a25e856584816.tar.gz gentoo-2-6b13d2430d1d0e602f6f00b5ec0a25e856584816.tar.bz2 gentoo-2-6b13d2430d1d0e602f6f00b5ec0a25e856584816.zip |
tweak comments
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.11.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-wm/fvwm/fvwm-2.5.11.ebuild b/x11-wm/fvwm/fvwm-2.5.11.ebuild index a3916dd2b580..54d02c84517f 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.2 2004/09/30 17:43:40 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.11.ebuild,v 1.3 2004/09/30 17:59:20 taviso Exp $ inherit eutils flag-o-matic @@ -288,14 +288,14 @@ pkg_postinst() { fi fi echo - einfo "If you have been using the 'ShowOnlyIcons never' syntax in FvwmIconMan," - einfo "please update your configuration to use the new officially supported" - einfo "'ShowNoIcons' option." + einfo "If you have been using the 'ShowOnlyIcons never' syntax in" + einfo "FvwmIconMan, please update your configuration to use the new " + einfo "officially supported '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" + einfo "~/.fvwm/config, of course, all previously supported locations are" + einfo "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" + einfo "For in depth information about all changes in this release, please" + einfo "refer to the ChangeLog." } |