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 | |
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')
-rw-r--r-- | net-analyzer/vnstat/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/vnstat/Manifest | 14 | ||||
-rw-r--r-- | net-analyzer/vnstat/vnstat-1.4.ebuild | 6 |
3 files changed, 9 insertions, 16 deletions
diff --git a/net-analyzer/vnstat/ChangeLog b/net-analyzer/vnstat/ChangeLog index 00ae096c6d6f..ebbe2eca3138 100644 --- a/net-analyzer/vnstat/ChangeLog +++ b/net-analyzer/vnstat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/vnstat # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/ChangeLog,v 1.8 2005/01/21 19:05:26 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/ChangeLog,v 1.9 2005/03/03 00:46:15 ka0ttic Exp $ + + 02 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> vnstat-1.4.ebuild: + Fix pkg_postinst messages wrt to cron script name for bug 83825. 21 Jan 2005; Aaron Walker <ka0ttic@gentoo.org> files/vnstat.cron, vnstat-1.4.ebuild: diff --git a/net-analyzer/vnstat/Manifest b/net-analyzer/vnstat/Manifest index c23c8c29470a..2654a0bf9686 100644 --- a/net-analyzer/vnstat/Manifest +++ b/net-analyzer/vnstat/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 893472a62c49d45114ec03e0c6b7fe6f vnstat-1.4.ebuild 1730 -MD5 43fb4c17f4703b90cb97e1b3d78d23a4 ChangeLog 1147 +MD5 53f818a051f28f7a0b38be3c325af9b9 vnstat-1.4.ebuild 1740 +MD5 bde99df9369aa59341c1a479e24d0a75 ChangeLog 1283 MD5 432c6dc3dfd22b4c6657ddcc6c37979e metadata.xml 271 MD5 eb0a408331b471c0ce66781c2cf44ada vnstat-1.1.ebuild 645 MD5 389e6b2723965358ef9876b4e78d3bfc files/vnstat.cron 220 MD5 afdaa51d96e363c56fe7358b1c5814c5 files/digest-vnstat-1.1 61 MD5 94dd735fdba2070fefd9f85480b1a2b9 files/digest-vnstat-1.4 61 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB8VKBEZCkKN40op4RAl3iAJwLwA5VJHrN2jpwRVFF7ozb+tdROACfQt0i -m9ea8NR3gD0MUwBqxfCZxyY= -=TqR8 ------END PGP SIGNATURE----- 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." } |