diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-10-31 17:48:16 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-10-31 17:48:16 +0000 |
commit | ae1a10a7da9f1bc721100ef8e3aabb21a9e96021 (patch) | |
tree | f75795f23fcd529c910dc513624798dbec49e98d /sys-apps/procps | |
parent | Bumped to new version. (diff) | |
download | gentoo-2-ae1a10a7da9f1bc721100ef8e3aabb21a9e96021.tar.gz gentoo-2-ae1a10a7da9f1bc721100ef8e3aabb21a9e96021.tar.bz2 gentoo-2-ae1a10a7da9f1bc721100ef8e3aabb21a9e96021.zip |
another fix
Diffstat (limited to 'sys-apps/procps')
-rw-r--r-- | sys-apps/procps/procps-2.0.10-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/procps/procps-2.0.10-r1.ebuild b/sys-apps/procps/procps-2.0.10-r1.ebuild index 233082eedca5..b631ec56abd9 100644 --- a/sys-apps/procps/procps-2.0.10-r1.ebuild +++ b/sys-apps/procps/procps-2.0.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.10-r1.ebuild,v 1.3 2002/10/31 17:40:41 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.10-r1.ebuild,v 1.4 2002/10/31 17:48:16 bcowan Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard informational utilities and process-handling tools" @@ -68,7 +68,7 @@ src_install() { } pkg_postinst() { - einfo "NOTE: By default "ps" and "top" no longer" + einfo "NOTE: By default \"ps\" and \"top\" no longer" einfo "show threads. You can use the '-m' flag" einfo "in ps or the 'H' key in top to show them" }
\ No newline at end of file |