summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-analyzer/sguil-server/ChangeLog6
-rw-r--r--net-analyzer/sguil-server/sguil-server-0.5.3.ebuild32
-rw-r--r--net-analyzer/sguil-server/sguil-server-0.6.0_p1.ebuild32
-rw-r--r--net-analyzer/sguil-server/sguil-server-0.6.1.ebuild32
4 files changed, 53 insertions, 49 deletions
diff --git a/net-analyzer/sguil-server/ChangeLog b/net-analyzer/sguil-server/ChangeLog
index 592167aa6081..42832b671a79 100644
--- a/net-analyzer/sguil-server/ChangeLog
+++ b/net-analyzer/sguil-server/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/sguil-server
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-server/ChangeLog,v 1.4 2007/02/09 04:08:25 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-server/ChangeLog,v 1.5 2007/05/01 22:34:07 genone Exp $
+
+ 01 May 2007; Marius Mauch <genone@gentoo.org> sguil-server-0.5.3.ebuild,
+ sguil-server-0.6.0_p1.ebuild, sguil-server-0.6.1.ebuild:
+ Replacing einfo with elog
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/net-analyzer/sguil-server/sguil-server-0.5.3.ebuild b/net-analyzer/sguil-server/sguil-server-0.5.3.ebuild
index 67ffeb81169b..62b03b153018 100644
--- a/net-analyzer/sguil-server/sguil-server-0.5.3.ebuild
+++ b/net-analyzer/sguil-server/sguil-server-0.5.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-server/sguil-server-0.5.3.ebuild,v 1.3 2005/10/13 15:22:15 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-server/sguil-server-0.5.3.ebuild,v 1.4 2007/05/01 22:34:07 genone Exp $
inherit eutils ssl-cert
@@ -85,18 +85,18 @@ pkg_postinst(){
ln -s /etc/snort/rules ${ROOT}/var/lib/sguil/rules/${HOSTNAME}
fi
- einfo
- einfo "Please customize the sguild configuration files in /etc/sguild before"
- einfo "trying to run the daemon. Additionally you will need to setup the"
- einfo "mysql database. See /usr/share/doc/${PF}/INSTALL.gz for information."
- einfo "Please note that it is STRONGLY recommended to mount a separate"
- einfo "filesystem at /var/lib/sguil for both space and performance reasons"
- einfo "as a large amount of data will be kept in the directory structure"
- einfo "underneath that top directory."
- einfo
- einfo "You should create the sguild db as per the instructions in"
- einfo "/usr/share/doc/${PF}/INSTALL.gz and use the appropriate"
- einfo "database setup script located in the same directory."
-
- einfo
+ elog
+ elog "Please customize the sguild configuration files in /etc/sguild before"
+ elog "trying to run the daemon. Additionally you will need to setup the"
+ elog "mysql database. See /usr/share/doc/${PF}/INSTALL.gz for information."
+ elog "Please note that it is STRONGLY recommended to mount a separate"
+ elog "filesystem at /var/lib/sguil for both space and performance reasons"
+ elog "as a large amount of data will be kept in the directory structure"
+ elog "underneath that top directory."
+ elog
+ elog "You should create the sguild db as per the instructions in"
+ elog "/usr/share/doc/${PF}/INSTALL.gz and use the appropriate"
+ elog "database setup script located in the same directory."
+
+ elog
}
diff --git a/net-analyzer/sguil-server/sguil-server-0.6.0_p1.ebuild b/net-analyzer/sguil-server/sguil-server-0.6.0_p1.ebuild
index dd5199a4a24e..1cb65622fea0 100644
--- a/net-analyzer/sguil-server/sguil-server-0.6.0_p1.ebuild
+++ b/net-analyzer/sguil-server/sguil-server-0.6.0_p1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-server/sguil-server-0.6.0_p1.ebuild,v 1.1 2005/12/24 23:28:04 strerror Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-server/sguil-server-0.6.0_p1.ebuild,v 1.2 2007/05/01 22:34:07 genone Exp $
inherit eutils ssl-cert
@@ -88,18 +88,18 @@ pkg_postinst(){
ln -s /etc/snort/rules ${ROOT}/var/lib/sguil/rules/${HOSTNAME}
fi
- einfo
- einfo "Please customize the sguild configuration files in /etc/sguild before"
- einfo "trying to run the daemon. Additionally you will need to setup the"
- einfo "mysql database. See /usr/share/doc/${PF}/INSTALL.gz for information."
- einfo "Please note that it is STRONGLY recommended to mount a separate"
- einfo "filesystem at /var/lib/sguil for both space and performance reasons"
- einfo "as a large amount of data will be kept in the directory structure"
- einfo "underneath that top directory."
- einfo
- einfo "You should create the sguild db as per the instructions in"
- einfo "/usr/share/doc/${PF}/INSTALL.gz and use the appropriate"
- einfo "database setup script located in the same directory."
-
- einfo
+ elog
+ elog "Please customize the sguild configuration files in /etc/sguild before"
+ elog "trying to run the daemon. Additionally you will need to setup the"
+ elog "mysql database. See /usr/share/doc/${PF}/INSTALL.gz for information."
+ elog "Please note that it is STRONGLY recommended to mount a separate"
+ elog "filesystem at /var/lib/sguil for both space and performance reasons"
+ elog "as a large amount of data will be kept in the directory structure"
+ elog "underneath that top directory."
+ elog
+ elog "You should create the sguild db as per the instructions in"
+ elog "/usr/share/doc/${PF}/INSTALL.gz and use the appropriate"
+ elog "database setup script located in the same directory."
+
+ elog
}
diff --git a/net-analyzer/sguil-server/sguil-server-0.6.1.ebuild b/net-analyzer/sguil-server/sguil-server-0.6.1.ebuild
index 0990fac444eb..55edbde008c0 100644
--- a/net-analyzer/sguil-server/sguil-server-0.6.1.ebuild
+++ b/net-analyzer/sguil-server/sguil-server-0.6.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-server/sguil-server-0.6.1.ebuild,v 1.1 2006/03/01 14:15:05 strerror Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-server/sguil-server-0.6.1.ebuild,v 1.2 2007/05/01 22:34:07 genone Exp $
inherit eutils ssl-cert
@@ -90,18 +90,18 @@ pkg_postinst(){
ln -s /etc/snort/rules ${ROOT}/var/lib/sguil/rules/${HOSTNAME}
fi
- einfo
- einfo "Please customize the sguild configuration files in /etc/sguild before"
- einfo "trying to run the daemon. Additionally you will need to setup the"
- einfo "mysql database. See /usr/share/doc/${PF}/INSTALL.gz for information."
- einfo "Please note that it is STRONGLY recommended to mount a separate"
- einfo "filesystem at /var/lib/sguil for both space and performance reasons"
- einfo "as a large amount of data will be kept in the directory structure"
- einfo "underneath that top directory."
- einfo
- einfo "You should create the sguild db as per the instructions in"
- einfo "/usr/share/doc/${PF}/INSTALL.gz and use the appropriate"
- einfo "database setup script located in the same directory."
-
- einfo
+ elog
+ elog "Please customize the sguild configuration files in /etc/sguild before"
+ elog "trying to run the daemon. Additionally you will need to setup the"
+ elog "mysql database. See /usr/share/doc/${PF}/INSTALL.gz for information."
+ elog "Please note that it is STRONGLY recommended to mount a separate"
+ elog "filesystem at /var/lib/sguil for both space and performance reasons"
+ elog "as a large amount of data will be kept in the directory structure"
+ elog "underneath that top directory."
+ elog
+ elog "You should create the sguild db as per the instructions in"
+ elog "/usr/share/doc/${PF}/INSTALL.gz and use the appropriate"
+ elog "database setup script located in the same directory."
+
+ elog
}