summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-11-28 15:32:00 +0000
committerEldad Zack <eldad@gentoo.org>2004-11-28 15:32:00 +0000
commit775dff214558dbf6acb8b64a74f46c5bb570e3f3 (patch)
treef5068534c23fd0266da8101ffe0cf8bf3091c53c /net-analyzer
parentDependency fix (diff)
downloadhistorical-775dff214558dbf6acb8b64a74f46c5bb570e3f3.tar.gz
historical-775dff214558dbf6acb8b64a74f46c5bb570e3f3.tar.bz2
historical-775dff214558dbf6acb8b64a74f46c5bb570e3f3.zip
Small post install info error
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/snort/ChangeLog7
-rw-r--r--net-analyzer/snort/Manifest12
-rw-r--r--net-analyzer/snort/snort-2.1.3.ebuild4
-rw-r--r--net-analyzer/snort/snort-2.2.0.ebuild4
4 files changed, 16 insertions, 11 deletions
diff --git a/net-analyzer/snort/ChangeLog b/net-analyzer/snort/ChangeLog
index a69f3cc29363..e1f8cc84f57e 100644
--- a/net-analyzer/snort/ChangeLog
+++ b/net-analyzer/snort/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/snort
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/ChangeLog,v 1.50 2004/10/30 16:08:57 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/ChangeLog,v 1.51 2004/11/28 15:32:00 eldad Exp $
+
+ 28 Nov 2004; Eldad Zack <eldad@gentoo.org> snort-2.1.3.ebuild,
+ snort-2.2.0.ebuild:
+ Small post install info error. Thanks to John Barton
+ <jbarton@technicalworks.net> for reporting. Closes #72570.
30 Oct 2004; Eldad Zack <eldad@gentoo.org> -snort-2.1.2.ebuild,
snort-2.2.0.ebuild:
diff --git a/net-analyzer/snort/Manifest b/net-analyzer/snort/Manifest
index 75a990829fa8..a3296ad9769f 100644
--- a/net-analyzer/snort/Manifest
+++ b/net-analyzer/snort/Manifest
@@ -1,10 +1,10 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 f0468f5511bf6559659788e3bb18f7ef snort-2.2.0.ebuild 4390
+MD5 8e287f7b6b33af628bddaf46382ff3b8 snort-2.2.0.ebuild 4394
MD5 8f89d5403bedc2791b69f44b0813bfef snort-2.0.6.ebuild 3139
-MD5 2075215d2b74257aad1b3ee0dcfd285b snort-2.1.3.ebuild 4383
-MD5 cfc38c053c7f8d98f6f6e479bfc278e5 ChangeLog 9832
+MD5 6bbd6df3ee499cf6516ea502b72ae2b9 snort-2.1.3.ebuild 4387
+MD5 7b5cc0835617725b1cdb28ea3a37edbc ChangeLog 10036
MD5 53edc4328d9adeaf087c65ea94b1594b metadata.xml 246
MD5 919058894f4983c35900bc8bb98a96d4 files/snort.rc6 764
MD5 ea783bd276257a20df5b6537d3ff5d49 files/snort-drop-calculation.diff 4957
@@ -20,7 +20,7 @@ MD5 513637a4fadce14177bf85e97e5931f8 files/snort-2.1.3-gcc3.patch 350
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBg7wxT+MN7JbqCpMRAkeIAJ4rZxw21Ca6W/5UA3/PPUkG68gj1gCfWLf8
-cH4Rs1Ux4orWhXT8vdsZ72o=
-=9zPJ
+iD8DBQFBqe3qT+MN7JbqCpMRAkSAAJ9FA1TaFyZgtBySpwvl03HTqfURtACdGkME
+xaHSZk/4xvzkToV7YDC5R5k=
+=AFxt
-----END PGP SIGNATURE-----
diff --git a/net-analyzer/snort/snort-2.1.3.ebuild b/net-analyzer/snort/snort-2.1.3.ebuild
index 308c3f9cbb93..f78ee35938d1 100644
--- a/net-analyzer/snort/snort-2.1.3.ebuild
+++ b/net-analyzer/snort/snort-2.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.1.3.ebuild,v 1.6 2004/10/29 19:47:51 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.1.3.ebuild,v 1.7 2004/11/28 15:32:00 eldad Exp $
inherit eutils gnuconfig
@@ -134,7 +134,7 @@ pkg_postinst() {
then
einfo "To use a database as a backend for snort you'll have to"
einfo "import the correct tables to the database."
- einfo "You'll have to setup a user called snort first."
+ einfo "You'll have to setup a database called snort first."
einfo ""
use mysql && einfo " MySQL: zcat /usr/share/doc/${P}/contrib/create_mysql.gz | mysql -p snort"
use postgres && einfo " PostgreSQL: import /usr/share/doc/${P}/contrib/create_postgresql.gz"
diff --git a/net-analyzer/snort/snort-2.2.0.ebuild b/net-analyzer/snort/snort-2.2.0.ebuild
index dfb7689f4906..674a97f96efd 100644
--- a/net-analyzer/snort/snort-2.2.0.ebuild
+++ b/net-analyzer/snort/snort-2.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.2.0.ebuild,v 1.4 2004/10/30 16:08:57 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.2.0.ebuild,v 1.5 2004/11/28 15:32:00 eldad Exp $
inherit eutils gnuconfig
@@ -134,7 +134,7 @@ pkg_postinst() {
then
einfo "To use a database as a backend for snort you'll have to"
einfo "import the correct tables to the database."
- einfo "You'll have to setup a user called snort first."
+ einfo "You'll have to setup a database called snort first."
einfo ""
use mysql && einfo " MySQL: zcat /usr/share/doc/${P}/contrib/create_mysql.gz | mysql -p snort"
use postgres && einfo " PostgreSQL: import /usr/share/doc/${P}/contrib/create_postgresql.gz"