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
commita4d9edf8543d056bd1a286cc921a7e9e33d09ed1 (patch)
tree346409f72157f11ec12055dfa730e519ada0087f /net-analyzer
parentDependency fix (Manifest recommit) (diff)
downloadgentoo-2-a4d9edf8543d056bd1a286cc921a7e9e33d09ed1.tar.gz
gentoo-2-a4d9edf8543d056bd1a286cc921a7e9e33d09ed1.tar.bz2
gentoo-2-a4d9edf8543d056bd1a286cc921a7e9e33d09ed1.zip
Small post install info error
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/snort/ChangeLog7
-rw-r--r--net-analyzer/snort/snort-2.1.3.ebuild4
-rw-r--r--net-analyzer/snort/snort-2.2.0.ebuild4
3 files changed, 10 insertions, 5 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/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"