diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-03 00:46:15 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-03 00:46:15 +0000 |
commit | e1d4dc2f798aca5b1503e2d21bff7c078a0cbe2a (patch) | |
tree | a293ccec406c1dc7e743be4fe8e1576ee2554561 /net-analyzer/vnstat/vnstat-1.4.ebuild | |
parent | Fix deps; added doc and test to IUSE. Dont hardcode -O2 in CXXFLAGS. Don't bu... (diff) | |
download | gentoo-2-e1d4dc2f798aca5b1503e2d21bff7c078a0cbe2a.tar.gz gentoo-2-e1d4dc2f798aca5b1503e2d21bff7c078a0cbe2a.tar.bz2 gentoo-2-e1d4dc2f798aca5b1503e2d21bff7c078a0cbe2a.zip |
Fix pkg_postinst messages wrt to cron script name for bug 83825.
(Portage version: 2.0.51.18)
Diffstat (limited to 'net-analyzer/vnstat/vnstat-1.4.ebuild')
-rw-r--r-- | net-analyzer/vnstat/vnstat-1.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/vnstat/vnstat-1.4.ebuild b/net-analyzer/vnstat/vnstat-1.4.ebuild index 7943a52ec95a..7f5d7df89329 100644 --- a/net-analyzer/vnstat/vnstat-1.4.ebuild +++ b/net-analyzer/vnstat/vnstat-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/vnstat-1.4.ebuild,v 1.9 2005/01/21 19:05:26 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/vnstat-1.4.ebuild,v 1.10 2005/03/03 00:46:15 ka0ttic Exp $ DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage" HOMEPAGE="http://humdi.net/vnstat/" @@ -50,8 +50,8 @@ pkg_postinst() { einfo "vnstat\'s cron script is now installed as /etc/cron.hourly/vnstat." einfo "Please remove /etc/cron.d/vnstat." else - einfo "A cron script has been installed to /etc/cron.hourly/vnstat." + einfo "A cron script has been installed to /etc/cron.hourly/vnstat.cron." fi einfo "To update your interface database automatically with" - einfo "cron, uncomment the lines in /etc/cron.hourly/vnstat." + einfo "cron, uncomment the lines in /etc/cron.hourly/vnstat.cron." } |