diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-10-28 15:26:38 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-10-28 15:26:38 +0000 |
commit | a25159df5b3a132e992722e1d09f6dd2f41e3652 (patch) | |
tree | 7133bd146044d0063aa9a62caf1c8fc3c7fc4164 /net-analyzer/piwi | |
parent | stable on x86 (diff) | |
download | historical-a25159df5b3a132e992722e1d09f6dd2f41e3652.tar.gz historical-a25159df5b3a132e992722e1d09f6dd2f41e3652.tar.bz2 historical-a25159df5b3a132e992722e1d09f6dd2f41e3652.zip |
minor doc fix
Diffstat (limited to 'net-analyzer/piwi')
-rw-r--r-- | net-analyzer/piwi/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/piwi/piwi-0.8.0.20030726.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/piwi/Manifest b/net-analyzer/piwi/Manifest index 107dff02ad20..e1fe2d1fff62 100644 --- a/net-analyzer/piwi/Manifest +++ b/net-analyzer/piwi/Manifest @@ -1,8 +1,8 @@ MD5 4eb38cb4edab32b08e70c5acc7e98f5d ChangeLog 713 MD5 f82e3555485d648cb1b6667cc797b175 metadata.xml 342 MD5 054de99a5ec78c01edc182b2a203812c piwi-0.0.20030717.ebuild 2465 -MD5 4270dcb3e4f99f625e82f4da67baab32 piwi-0.8.0.20030726.ebuild 2613 +MD5 e305bd0a7add8c4a824f7324d1b6b9dc piwi-0.8.0.20030726.ebuild 2615 MD5 4e10c46e4399dbacec468d5433b76fb7 files/digest-piwi-0.0.20030717 70 +MD5 a9b9a178c6b87eaa2badd137c8852c20 files/digest-piwi-0.8.0.20030726 72 MD5 672e6d82c13378329cafd34502915311 files/make_release.sh 493 MD5 0f60257dc317130371e243385dd07fe7 files/piwi-apache.conf 364 -MD5 a9b9a178c6b87eaa2badd137c8852c20 files/digest-piwi-0.8.0.20030726 72 diff --git a/net-analyzer/piwi/piwi-0.8.0.20030726.ebuild b/net-analyzer/piwi/piwi-0.8.0.20030726.ebuild index 450d71899e0e..1acd3f45a43d 100644 --- a/net-analyzer/piwi/piwi-0.8.0.20030726.ebuild +++ b/net-analyzer/piwi/piwi-0.8.0.20030726.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-analyzer/piwi/piwi-0.8.0.20030726.ebuild,v 1.3 2003/09/05 23:40:10 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/piwi/piwi-0.8.0.20030726.ebuild,v 1.4 2003/10/28 15:26:33 mholzer Exp $ DESCRIPTION="(Prelude|Perl) IDS Web Interface" HOMEPAGE="http://www.prelude-ids.org" @@ -58,7 +58,7 @@ src_install() { pkg_postinst() { einfo "" einfo "To have Apache run PIWI, please do the following:" - einfo "1) Include the /usr/share/doc/${P}/piwi-apache.conf in your apache configuration" + einfo "1) Include the /usr/share/doc/${P}/piwi-apache.conf.gz in your apache configuration" einfo "2) Edit /etc/conf.d/apache or /etc/conf.d/apache2 and add \"-D PIWI\"" einfo "3) Edit /etc/piwi/config.pl to reflect your settings" ewarn "" |