| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
Notes:
svn path=/head/; revision=14512
|
|
|
|
|
|
|
|
| |
* Patch for ELF.
* Create ${PREFIX}/etc/snmpd.sh.sample instead of ${PREFIX}/etc/snmp.sh.
Notes:
svn path=/head/; revision=14088
|
|
|
|
| |
Notes:
svn path=/head/; revision=12931
|
|
|
|
| |
Notes:
svn path=/head/; revision=12869
|
|
|
|
| |
Notes:
svn path=/head/; revision=12624
|
|
|
|
| |
Notes:
svn path=/head/; revision=11813
|
|
|
|
|
|
|
|
| |
* Incidently fixes problem building on 3.0-CURRENT.
PR: 7198
Notes:
svn path=/head/; revision=11812
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Runs fine on stable, on SMP current I still get race
conditions very easily, so that tkined says "no Response"
on snmp queries, and in the meantime it fills your /var
partition with the /var/log/snmp.log file:
1998-04-06 22:35:16 UCD-SNMP version 3.3.1
Opening port(s): 161
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
and so on.
This might be -current and/or SMP related.
John Hay says it runs ok on his -current.
I'll committ it anyay¸ because it runs on -STABLE
and that counts.
BTW: added an @unexec in PLIST ...
Notes:
svn path=/head/; revision=10429
|
|
|
|
| |
Notes:
svn path=/head/; revision=10395
|
|
|
|
|
|
|
| |
-current needs some fine tuning, later this evening or week ...
Notes:
svn path=/head/; revision=10393
|
|
|
|
|
|
|
| |
Reported by: fenner@parc.xerox.com, jhay@mikom.csir.co.za
Notes:
svn path=/head/; revision=8773
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
please add some sysctl -n kern.osreldate magic, Justin.
NFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where
.else
IS_INTERACTIVE= yes
.endif
MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \
snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \
snmptrap.1 snmpstatus.1
MAN3= snmp_api.3 mib_api.3
MAN5= variables.5 snmpd.conf.5
MAN8= snmptrapd.8 snmpd.8
BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \
snmpset snmpstatus snmptest snmptranslate \
snmptrap snmptrapd snmpwalk
SBIN= snmpd
post-install:
( cd ${PREFIX}/bin; strip ${BIN} )
( cd ${PREFIX}/sbin; strip ${SBIN} )
@${MKDIR} ${PREFIX}/share/examples/ucd-snmp
@for F in ${WRKSRC}/etc/* ; do \
${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done
@if [ ! -f ${PREFIX}/etc/rc.d/snmpd.sh ]; then \
echo "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \
echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/snmpd.sh; \
echo "[ -x /usr/local/sbin/snmpd ] && /usr/local/sbin/snmpd && echo -n ' snmpd'" >> ${PREFIX}/etc/rc.d/snmpd.sh; \
chmod 751 ${PREFIX}/etc/rc.d/snmpd.sh; \
fi
.include <bsd.port.mk>
Notes:
svn path=/head/; revision=8748
|
|
|
|
|
|
|
| |
Pointed-Out-By: Dave Duchscher <Dave.Duchscher@net.tamu.edu>
Notes:
svn path=/head/; revision=7214
|
|
|
|
| |
Notes:
svn path=/head/; revision=7202
|
|
|
|
| |
Notes:
svn path=/head/; revision=7185
|
|
|
|
|
|
|
|
|
|
| |
Install SNMP headers into ${PREFIX}/include/snmp
Compile libsnmp.a with "-DPIC -fpic" to allow dynamic linking without RRS
Text Relocation errors.
PR: ports/3880
Notes:
svn path=/head/; revision=7080
|
|
|
|
| |
Notes:
svn path=/head/; revision=6475
|
|
|
|
| |
Notes:
svn path=/head/; revision=5905
|
|
|
|
|
|
|
|
|
| |
patches a bit (author incorporated a fair number of them, and made
even more cross-platfrm portability improvements). I'll deal with
any packaging changes tomorrow.
Notes:
svn path=/head/; revision=5904
|
|
|
|
|
|
|
|
| |
RESTRICTED or BROKEN.
Pointed-out by: asami
Notes:
svn path=/head/; revision=4884
|
|
|
|
|
|
|
| |
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
Notes:
svn path=/head/; revision=4864
|
|
|
|
| |
Notes:
svn path=/head/; revision=4737
|
|
|
|
|
|
|
| |
Maybe I should go to sleep.
Notes:
svn path=/head/; revision=4643
|
|
|
|
| |
Notes:
svn path=/head/; revision=4642
|
|
|
|
| |
Notes:
svn path=/head/; revision=4575
|
|
|
|
| |
Notes:
svn path=/head/; revision=3329
|
|
Ok'ed by: asami
Notes:
svn path=/head/; revision=3312
|