View | Details | Raw Unified | Return to bug 248466
Collapse All | Expand All

(-)net-mgmt/net-snmp/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	snmp
4
PORTNAME=	snmp
5
PORTVERSION=	5.7.3
5
PORTVERSION=	5.7.3
6
PORTREVISION=	20
6
PORTREVISION=	21
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	net-mgmt
8
CATEGORIES=	net-mgmt
9
MASTER_SITES=	SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION} \
9
MASTER_SITES=	SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION} \
Lines 294-300 Link Here
294
	@(cd ${STAGEDIR}${PREFIX}/lib && ${LN} -sf libnetsnmptrapd.so.${SHLIB_VERSION} libnetsnmptrapd.so)
294
	@(cd ${STAGEDIR}${PREFIX}/lib && ${LN} -sf libnetsnmptrapd.so.${SHLIB_VERSION} libnetsnmptrapd.so)
295
.if ${PORT_OPTIONS:MNEWSYSLOG}
295
.if ${PORT_OPTIONS:MNEWSYSLOG}
296
	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d
296
	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d
297
	${INSTALL_DATA} ${FILESDIR}/net-snmp.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/
297
	${INSTALL_DATA} ${FILESDIR}/net-snmp.conf.sample ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/
298
.endif
298
.endif
299
299
300
strip-files:
300
strip-files:
(-)net-mgmt/net-snmp/files/net-snmp.conf (-6 lines)
Lines 1-6 Link Here
1
# configuration file for newsyslog for net-snmp
2
#
3
# see newsyslog.conf(5) for details
4
#
5
# logfilename          [owner:group]    mode count size when  flags [/pid_file] [sig_num]
6
/var/log/snmpd.log     			644  7	   100	*     J	    /var/run/net_snmpd.pid
(-)net-mgmt/net-snmp/pkg-plist (-1 / +1 lines)
Lines 30-36 Link Here
30
bin/snmpwalk
30
bin/snmpwalk
31
%%WITH_TKMIB%%bin/tkmib
31
%%WITH_TKMIB%%bin/tkmib
32
bin/traptoemail
32
bin/traptoemail
33
%%NEWSYSLOG%%etc/newsyslog.conf.d/net-snmp.conf
33
%%NEWSYSLOG%%@sample etc/newsyslog.conf.d/net-snmp.conf.sample
34
include/net-snmp/agent/agent_callbacks.h
34
include/net-snmp/agent/agent_callbacks.h
35
include/net-snmp/agent/agent_handler.h
35
include/net-snmp/agent/agent_handler.h
36
include/net-snmp/agent/agent_index.h
36
include/net-snmp/agent/agent_index.h

Return to bug 248466