diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-01-28 11:19:25 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-01-28 11:19:25 +0000 |
commit | f45e03df2e79e570b1d3220babdd292c6da9172d (patch) | |
tree | 5243bd54c71e653bc185d8602585a2e047d93c37 /net-analyzer/net-snmp/files | |
parent | version bump. should fix compile problems people are having? (#73920) (diff) | |
download | gentoo-2-f45e03df2e79e570b1d3220babdd292c6da9172d.tar.gz gentoo-2-f45e03df2e79e570b1d3220babdd292c6da9172d.tar.bz2 gentoo-2-f45e03df2e79e570b1d3220babdd292c6da9172d.zip |
Revision bump; added conf script (w/ a few sed's we can reuse snmpd's init) for snmptrapd (bug 61705). Also added selinux support (via sec-policy/selinux-snmpd) for bug 79749. Marked 5.2 stable on x86 and tidy'd old ebuilds.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-analyzer/net-snmp/files')
-rw-r--r-- | net-analyzer/net-snmp/files/digest-net-snmp-5.1.2 | 1 | ||||
-rw-r--r-- | net-analyzer/net-snmp/files/digest-net-snmp-5.2-r2 (renamed from net-analyzer/net-snmp/files/digest-net-snmp-5.2-r1) | 0 | ||||
-rw-r--r-- | net-analyzer/net-snmp/files/snmptrapd.conf | 16 |
3 files changed, 16 insertions, 1 deletions
diff --git a/net-analyzer/net-snmp/files/digest-net-snmp-5.1.2 b/net-analyzer/net-snmp/files/digest-net-snmp-5.1.2 deleted file mode 100644 index c3304db947c2..000000000000 --- a/net-analyzer/net-snmp/files/digest-net-snmp-5.1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 8080555ab3f90011f25d5122042d9a8d net-snmp-5.1.2.tar.gz 3253579 diff --git a/net-analyzer/net-snmp/files/digest-net-snmp-5.2-r1 b/net-analyzer/net-snmp/files/digest-net-snmp-5.2-r2 index 947c6aadbcc3..947c6aadbcc3 100644 --- a/net-analyzer/net-snmp/files/digest-net-snmp-5.2-r1 +++ b/net-analyzer/net-snmp/files/digest-net-snmp-5.2-r2 diff --git a/net-analyzer/net-snmp/files/snmptrapd.conf b/net-analyzer/net-snmp/files/snmptrapd.conf new file mode 100644 index 000000000000..b6259fcf1080 --- /dev/null +++ b/net-analyzer/net-snmp/files/snmptrapd.conf @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/files/snmptrapd.conf,v 1.1 2005/01/28 11:19:25 ka0ttic Exp $ + +# extra flags to pass to snmptrapd +SNMPTRAPD_FLAGS="" + +# ignore authentication failure traps +#SNMPTRAPD_FLAGS="${SNMPTRAPD_FLAGS} -a" + +# log messages to specified file +#SNMPTRAPD_FLAGS="${SNMPTRAPD_FLAGS} -Lf /var/log/snmptrapd.log" + +# log messages to syslog with the specified facility +# where facility is: 'd' = LOG_DAEMON, 'u' = LOG_USER, [0-7] = LOG_LOCAL[0-7] +#SNMPTRAPD_FLAGS="${SNMPTRAPD_FLAGS} -Ls d" |