View | Details | Raw Unified
Collapse All | Expand All

(-) snmptt-0.9.ebuild (-1 / +5 lines)
 Lines 23-29    Link Here 
	postgres? ( dev-perl/DBD-Pg )"
	postgres? ( dev-perl/DBD-Pg )"
src_compile() {
src_compile() {
	echo "traphandler default /usr/sbin/snmptt" >examples/snmptrapd.conf.sample
	echo "traphandle default /usr/sbin/snmptt" >examples/snmptrapd.conf.sample
}
}
src_install() {
src_install() {
 Lines 31-42    Link Here 
	dosbin snmptt
	dosbin snmptt
	dosbin snmptthandler
	dosbin snmptthandler
	dosbin snmptt-net-snmp-test
	dosbin snmptt-net-snmp-test
	dosbin snmpttconvert
	dosbin snmpttconvertmib
	insinto /etc/snmp
	insinto /etc/snmp
	doins snmptt.ini
	doins snmptt.ini
	doins examples/snmptt.conf.generic
	doins examples/snmptt.conf.generic
	doins examples/snmptrapd.conf.sample
	doins examples/snmptrapd.conf.sample
	dodoc BUGS COPYING ChangeLog INSTALL README sample-trap
	dohtml docs/faqs.html docs/index.html docs/layout1.css docs/snmptt.html docs/snmpttconvert.html docs/snmpttconvertmib.html
	dohtml docs/faqs.html docs/index.html docs/layout1.css docs/snmptt.html docs/snmpttconvert.html docs/snmpttconvertmib.html
}
}