diff options
Diffstat (limited to 'sys-apps/dstat/dstat-0.5.7.ebuild')
-rw-r--r-- | sys-apps/dstat/dstat-0.5.7.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/dstat/dstat-0.5.7.ebuild b/sys-apps/dstat/dstat-0.5.7.ebuild index e5e04eda9596..331d2cba0c8c 100644 --- a/sys-apps/dstat/dstat-0.5.7.ebuild +++ b/sys-apps/dstat/dstat-0.5.7.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.5.7.ebuild,v 1.1 2005/01/26 00:12:07 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.5.7.ebuild,v 1.2 2005/03/15 09:38:31 swegener Exp $ DESCRIPTION="Dstat is a versatile replacement for vmstat, iostat and ifstat" HOMEPAGE="http://dag.wieers.com/home-made/dstat/" SRC_URI="http://dag.wieers.com/home-made/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64" IUSE="" RDEPEND="virtual/python" @@ -23,8 +23,8 @@ src_install() { } pkg_postinst() { - einfo "" + einfo einfo "See the included dstat.conf in the doc directory for" einfo "an example on how to setup a custom /etc/dstat.conf" - einfo "" + einfo } |