diff options
author | Max Kalika <max@gentoo.org> | 2003-09-24 04:40:19 +0000 |
---|---|---|
committer | Max Kalika <max@gentoo.org> | 2003-09-24 04:40:19 +0000 |
commit | 7423a5b7e2bf6fddf8a3099db60c9b26feb4ffa4 (patch) | |
tree | 436a369ac2e2fa5444320ad6404a449b647e8f25 /net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild | |
parent | Purge all the no-longer download-able versions and tweak some minor tidbits. (diff) | |
download | gentoo-2-7423a5b7e2bf6fddf8a3099db60c9b26feb4ffa4.tar.gz gentoo-2-7423a5b7e2bf6fddf8a3099db60c9b26feb4ffa4.tar.bz2 gentoo-2-7423a5b7e2bf6fddf8a3099db60c9b26feb4ffa4.zip |
Add new version with fixes for openssl-0.9.7, build system, and various cleanups. Fixes bug 25595. Thanks Azarah! Also add metadata.xml.
Diffstat (limited to 'net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild')
-rw-r--r-- | net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild index 758368e0e5fb..59dbc4e8f941 100644 --- a/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild +++ b/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild,v 1.3 2003/09/19 21:53:46 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild,v 1.4 2003/09/24 04:40:17 max Exp $ IUSE="ssl ipv6 tcpd" PROVIDE="virtual/snmp" @@ -51,6 +51,8 @@ src_install () { exeinto /etc/init.d newexe ${FILESDIR}/snmpd.rc6 snmpd + exeinto /etc/conf.d + newexe ${FILESDIR}/snmpd.conf snmpd dodir /etc/ucd-snmp insinto /etc/ucd-snmp |