blob: ac77f434cffaa84809a9fa8262d59872dfce58ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
sbin/snmptt
sbin/snmptt-net-snmp-test
sbin/snmpttconvert
sbin/snmpttconvertmib
sbin/snmptthandler
@unexec if cmp -s %D/etc/snmp/snmptt.ini %D/etc/snmp/snmptt.ini-dist; then rm -f %D/etc/snmp/snmptt.ini; fi
etc/snmp/snmptt.ini-dist
@exec [ ! -f %B/snmptt.ini ] && cp %B/%f %B/snmptt.ini
@unexec if cmp -s %D/etc/snmp/snmptt.conf.generic %D/etc/snmp/snmptt.conf.generic-dist; then rm -f %D/etc/snmp/snmptt.conf.generic; fi
etc/snmp/snmptt.conf.generic-dist
@exec [ ! -f %B/snmptt.conf.generic ] && cp %B/%f %B/snmptt.conf.generic
%%PORTDOCS%%%%DOCSDIR%%/faqs.html
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/layout1.css
%%PORTDOCS%%%%DOCSDIR%%/snmptt.html
%%PORTDOCS%%%%DOCSDIR%%/snmpttconvert.html
%%PORTDOCS%%%%DOCSDIR%%/snmpttconvertmib.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm etc/snmp
|