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 | ce551ba136af3818636a0bb52a9025ca161aa189 (patch) | |
tree | 04659c89a53c48f3c84721ead8db4e8f93f85251 /net-analyzer/vnstat | |
parent | Fix deps; added doc and test to IUSE. Dont hardcode -O2 in CXXFLAGS. Don't bu... (diff) | |
download | historical-ce551ba136af3818636a0bb52a9025ca161aa189.tar.gz historical-ce551ba136af3818636a0bb52a9025ca161aa189.tar.bz2 historical-ce551ba136af3818636a0bb52a9025ca161aa189.zip |
Fix pkg_postinst messages wrt to cron script name for bug 83825.
Package-Manager: portage-2.0.51.18
Diffstat (limited to 'net-analyzer/vnstat')
-rw-r--r-- | net-analyzer/vnstat/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/vnstat/Manifest | 10 | ||||
-rw-r--r-- | net-analyzer/vnstat/vnstat-1.4.ebuild | 6 |
3 files changed, 12 insertions, 9 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..1a93002d7c92 100644 --- a/net-analyzer/vnstat/Manifest +++ b/net-analyzer/vnstat/Manifest @@ -1,8 +1,8 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 893472a62c49d45114ec03e0c6b7fe6f vnstat-1.4.ebuild 1730 -MD5 43fb4c17f4703b90cb97e1b3d78d23a4 ChangeLog 1147 +MD5 596e113e2623121b8b54f9398a7a9192 vnstat-1.4.ebuild 1741 +MD5 8658c3b493218f4c0929cffb6efe805f ChangeLog 1283 MD5 432c6dc3dfd22b4c6657ddcc6c37979e metadata.xml 271 MD5 eb0a408331b471c0ce66781c2cf44ada vnstat-1.1.ebuild 645 MD5 389e6b2723965358ef9876b4e78d3bfc files/vnstat.cron 220 @@ -11,7 +11,7 @@ MD5 94dd735fdba2070fefd9f85480b1a2b9 files/digest-vnstat-1.4 61 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFB8VKBEZCkKN40op4RAl3iAJwLwA5VJHrN2jpwRVFF7ozb+tdROACfQt0i -m9ea8NR3gD0MUwBqxfCZxyY= -=TqR8 +iD8DBQFCJl5iEZCkKN40op4RAteIAKCoH3QdFjUtCk5DTJcZrLDOgFar4wCeOQPz +sSAfGRCzdmwDS1WctC/Lgeg= +=vNpv -----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." } |