summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Stine <battousai@gentoo.org>2004-02-03 01:04:29 +0000
committerBryan Stine <battousai@gentoo.org>2004-02-03 01:04:29 +0000
commitfb913374cd5d677d5b786f408216e1e1dc6fb5fd (patch)
treee68c731daa33a47df9fbf61fc0c1110d140bf19e /net-firewall/psad/psad-1.3.1.ebuild
parentheader fix (diff)
downloadgentoo-2-fb913374cd5d677d5b786f408216e1e1dc6fb5fd.tar.gz
gentoo-2-fb913374cd5d677d5b786f408216e1e1dc6fb5fd.tar.bz2
gentoo-2-fb913374cd5d677d5b786f408216e1e1dc6fb5fd.zip
Added information about conf changes required for system loggers, closes bug 38234
Diffstat (limited to 'net-firewall/psad/psad-1.3.1.ebuild')
-rw-r--r--net-firewall/psad/psad-1.3.1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-firewall/psad/psad-1.3.1.ebuild b/net-firewall/psad/psad-1.3.1.ebuild
index 5b41b0e4518e..9bcd9ee829e6 100644
--- a/net-firewall/psad/psad-1.3.1.ebuild
+++ b/net-firewall/psad/psad-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.3.1.ebuild,v 1.1 2004/01/14 02:10:20 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.3.1.ebuild,v 1.2 2004/02/03 01:04:29 battousai Exp $
inherit eutils
inherit perl-module
@@ -111,4 +111,9 @@ pkg_postinst() {
einfo "configuration or it may not work correctly or start up. Specifically, check"
einfo "the validity of the HOSTNAME setting and replace the EMAIL_ADDRESSES and"
einfo "HOME_NET settings at the least."
+ echo
+ einfo "If you are using a logger other than sysklogd, please be sure to change the"
+ einfo "syslogCmd setting in /etc/psad/psad.conf. An example for syslog-ng users"
+ einfo "would be:"
+ einfo " syslogCmd = /usr/sbin/syslog-ng;"
}