Age | Commit message (Collapse) | Author |
|
further by adding unquoted ()'s to the BROKEN string! (Now how's that
for recursive brokenness.)
|
|
|
|
Obtained from: David Pennell <dpennell@xyplex.com>
|
|
Obtained from: David Pennell <dpennell@xyplex.com>
|
|
|
|
|
|
|
|
|
|
|
|
Reported by: fenner@parc.xerox.com, jhay@mikom.csir.co.za
|
|
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>
|
|
change "BROKEN".
|
|
pcap(3) packet capture library to log any SYN packets to a logfile. The
output format is designed to be very easily parsed by various text
processing tools.
|
|
that tkined couldn't be called with an argument : tkined filename1
Reviewed by: agreed by phk
|
|
|
|
small and simplified proxy arp daemon.
Submitted by: itojun@itojun.org
|
|
Suggested by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
|
|
I'm don't really care where under /var it lives, but I do want it out of /etc.
|
|
patch-af is new to adjust configure in order to find the tcl/tk config
files.
Also adjust patch-aa which didn't completely reflect the previous upgrade
to scotty-2.1.6 (version numbers off-by-one.)
|
|
|
|
the version number in directory names *sigh*)
Reminded by: The Portmeister
|
|
be for support of TCL 8. patch-ac is now part of the dist.
|
|
|
|
Permission from: brian@awfulhak.org
|
|
|
|
Pointed-Out-By: Dave Duchscher <Dave.Duchscher@net.tamu.edu>
|
|
|
|
Locked-in-a-room,bound,gagged,and-beaten-up-by: Satoshi
|
|
|
|
|
|
Suggested by: neil.long@materials.oxford.ac.uk (Neil J Long)
Add etc/rc.d/arpwatch.sh
Don't mention arp.dat as an "installed" file - we may want
this after pkg_delete.
|
|
|
|
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
|
|
|
|
Submitted by: Bill Fenner <fenner@parc.xerox.com>
|
|
Install docs and sample files into ${PREFIX}/share/{doc,examples}/dhcp
respectively.
Submitted-by: sanpei@yy.cs.keio.ac.jp
|
|
Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory.
PR: 3717
Submitted-by: sanpei@yy.cs.keio.ac.jp
|
|
Remove dhcpdb.bind file if changed dhcpdb.pool file.
If dhcpdb.pool file is changed and dhcpdb.bind file is
not matched to new pool file, dhcp server(dhcps) can not
run with some errors like this.
* dhcps in free(): warning: modified (chunk-) pointer.
* dhcps[25591]: hash_ins() with client identifier failed in read_bind_db()
I fixed start-up script to remove dhcpdb.bind file
when dhcpdb.pool file is newer than dhcpdb.bind.
Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory.
PR: 3717
Submitted-by: sanpei@yy.cs.keio.ac.jp
|
|
Unlink /etc/resolv.conf before recreate new one.
If /etc/resolv.conf is symbolic link file, dhcpc with -r
option overwrite symfile.
Then unlink it berfore recreate.
PR: 3717
Submitted-by: sanpei@yy.cs.keio.ac.jp
|
|
Append description into pkg/DESCR file.
o CHECK_SUM error problem under 2.1.x FreeBSD box.
o dhcps need dhcpdb.relay file without using dhcpdb.relay.
PR: 3717
Submitted-by: sanpei@yy.cs.keio.ac.jp
|
|
Append description of dhcpc.interface.pid file to man page.
PR: 3717
Submitted-by: sanpei@yy.cs.keio.ac.jp
|
|
Fix manpage files about path of dhcpdb.bind file.
The dhcpdb.bind file is in /var/db/ under FreeBSD, not
in /etc.
PR: 3717
Submitted-by: sanpei@yy.cs.keio.ac.jp
|
|
Found by: distfile checker
|
|
|
|
|
|
|
|
Registry.
Requested-by: Poul-Henning Kamp <phk@dk.tfs.com>
|
|
|
|
and RUN_DEPENDS.
|
|
|