diff options
author | Donny Davies <woodchip@gentoo.org> | 2003-06-22 19:34:38 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2003-06-22 19:34:38 +0000 |
commit | e1e2a681b4ccc8b0e782d65f1e8dc4d2e793ae54 (patch) | |
tree | 811c1d0dface111cae8d0db06ecf22ade6810651 /net-www/mod_watch | |
parent | Moving to x86 stable - won't affect anything (since 3.1.2 is already x86 stab... (diff) | |
download | gentoo-2-e1e2a681b4ccc8b0e782d65f1e8dc4d2e793ae54.tar.gz gentoo-2-e1e2a681b4ccc8b0e782d65f1e8dc4d2e793ae54.tar.bz2 gentoo-2-e1e2a681b4ccc8b0e782d65f1e8dc4d2e793ae54.zip |
typo
Diffstat (limited to 'net-www/mod_watch')
-rw-r--r-- | net-www/mod_watch/Manifest | 2 | ||||
-rw-r--r-- | net-www/mod_watch/mod_watch-3.18.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-www/mod_watch/Manifest b/net-www/mod_watch/Manifest index 11abb94c0c05..720199d06a16 100644 --- a/net-www/mod_watch/Manifest +++ b/net-www/mod_watch/Manifest @@ -1,4 +1,4 @@ -MD5 45ddfdf11fb40b4986473975042f65fd mod_watch-3.18.ebuild 1320 +MD5 41d9e516415a502e312803c1955f3848 mod_watch-3.18.ebuild 1320 MD5 b81fc6e040c28312d22882327fe9d9cf ChangeLog 377 MD5 50267e95c06324c0c4f9a603358501ad files/mod_watch.conf 627 MD5 2d99e90c1a0ac34fbc7ad74473f526f7 files/digest-mod_watch-3.18 60 diff --git a/net-www/mod_watch/mod_watch-3.18.ebuild b/net-www/mod_watch/mod_watch-3.18.ebuild index f1e5c795b933..a935139a54ac 100644 --- a/net-www/mod_watch/mod_watch-3.18.ebuild +++ b/net-www/mod_watch/mod_watch-3.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/mod_watch-3.18.ebuild,v 1.1 2003/06/22 19:19:53 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/mod_watch-3.18.ebuild,v 1.2 2003/06/22 19:33:45 woodchip Exp $ DESCRIPTION="Bandwidth graphing for Apache with MRTG" HOMEPAGE="http://www.snert.com/Software/mod_watch/" @@ -35,7 +35,7 @@ src_install() { pkg_postinst() { einfo - einfo "Execute \"ebuild /usr/portage/net-www/${PN}/${PF}.ebuild config\"" + einfo "Execute \"ebuild /usr/portage/net-www/${PF}/${PF}.ebuild config\"" einfo "to have your apache.conf auto-updated for use with this module." einfo "You should then edit your /etc/conf.d/apache file to suit." einfo |