|
|
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() { |
|
|
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 |
} | } |
| |