/usr/share/snmp/snmp_perl_trapd.pl is in snmpd 5.7.2~dfsg-8.1ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | ##
## SNMPTRAPD perl initialization file.
##
# DO NOT EDIT THIS FILE
#
# This file is intended for initialization of the perl subsystem used by
# snmptrapd. Though it could be modified by a local administrator to do
# things, it should not be as it will be overwritten by future
# Net-SNMP installations. Run "perldoc NetSNMP::TrapReceiver" for
# documentation on how to use perl within snmptrapd.
use NetSNMP::TrapReceiver;
|