summaryrefslogtreecommitdiff
path: root/net-mgmt
AgeCommit message (Collapse)Author
1998-01-11Remove if_var.h stuff added by me.Brian Somers
1997-12-16Upgrade to 2.5.1.Vanilla I. Shu
1997-11-29Make this build under 3.0.Justin M. Seger
1997-11-23Unmark this port broken, operator error (old header file).Satoshi Asami
Reported by: fenner@parc.xerox.com, jhay@mikom.csir.co.za
1997-11-22Mark this port broken, it does not build. If it builds for -current,Satoshi Asami
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>
1997-11-22Mark the ports that were broken in one way or another by the recent tclSatoshi Asami
change "BROKEN".
1997-11-05clog is a program that logs all connections on your subnet. It uses theDavid E. O'Brien
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.
1997-10-14tkined.sh.in was missing the "$*", which led to the misbehaviour,Andreas Klemm
that tkined couldn't be called with an argument : tkined filename1 Reviewed by: agreed by phk
1997-10-07to allow arbitrary ${PREFIX}. sorry!Jun-ichiro itojun Hagino
1997-10-07choparp port.Jun-ichiro itojun Hagino
small and simplified proxy arp daemon. Submitted by: itojun@itojun.org
1997-10-06Change the cache file to /var/db/dhcp_cacheDavid E. O'Brien
Suggested by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
1997-10-06Move the client cache file from /etc to /var/tmp (which survies a reboot).David E. O'Brien
I'm don't really care where under /var it lives, but I do want it out of /etc.
1997-08-27Update to use ports tcl 8.0 / tk 8.0:Chris Timmons
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.)
1997-08-27Update to use ports tcl 8.0 / tk 8.0.Chris Timmons
1997-08-05Update PLIST (there were no changes really, just they insist on usingGary Palmer
the version number in directory names *sigh*) Reminded by: The Portmeister
1997-08-05While I'm here, update to 2.1.6. No major changes, seems primarily toGary Palmer
be for support of TCL 8. patch-ac is now part of the dist.
1997-08-05Correct comment in headerGary Palmer
1997-08-01Update to version 2.0.2 released.David E. O'Brien
Permission from: brian@awfulhak.org
1997-07-05Upgrade to 2.4.1James FitzGibbon
1997-07-05Add newline to end of fileGary Palmer
Pointed-Out-By: Dave Duchscher <Dave.Duchscher@net.tamu.edu>
1997-07-03Upgrade to ucd-snmp 3.2, and make it work on -current.Bill Fenner
1997-07-02Make this one stop asking questions.James FitzGibbon
Locked-in-a-room,bound,gagged,and-beaten-up-by: Satoshi
1997-07-02Mark this broken for -current. (Even Peter can't get it to work.)Satoshi Asami
1997-07-01Oops, specify the path to the arpwatch binary.Brian Somers
1997-07-01Patch and add arp2ethers & ethercodes.dat installation.Brian Somers
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.
1997-06-27Import of a perl5 interface to UCD's SNMP libraryJames FitzGibbon
1997-06-26Install libsnmp.a into ${PREFIX}/libJames FitzGibbon
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
1997-06-16Upgrade to v2.3James FitzGibbon
1997-06-13Add perl5.004 to BUILD_DEPENDSJames FitzGibbon
Submitted by: Bill Fenner <fenner@parc.xerox.com>
1997-05-30Let the port's Makefile compress the man pages.Masafumi Max NAKANE
Install docs and sample files into ${PREFIX}/share/{doc,examples}/dhcp respectively. Submitted-by: sanpei@yy.cs.keio.ac.jp
1997-05-30Part 6/6 of the update:Masafumi Max NAKANE
Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp
1997-05-30Part 5/6 of the update:Masafumi Max NAKANE
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
1997-05-30Part 4/6 of update:Masafumi Max NAKANE
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
1997-05-30Part 3/6 of update:Masafumi Max NAKANE
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
1997-05-30Part 2/6 of update:Masafumi Max NAKANE
Append description of dhcpc.interface.pid file to man page. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp
1997-05-30Part 1/6 of update:Masafumi Max NAKANE
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
1997-05-28Update to 2.0.2a1Bill Fenner
Found by: distfile checker
1997-05-18Version 3.0 is denoted by 300000 now.Satoshi Asami
1997-05-17Make the port not IS_INTERACTIVE if PACKAGE_BUILDINGBill Fenner
1997-05-05Fix slipup in CATEGORIESJames FitzGibbon
1997-05-05Import of RAToolSet, a policy analysis tool suite for the Internet Routing ↵James FitzGibbon
Registry. Requested-by: Poul-Henning Kamp <phk@dk.tfs.com>
1997-04-25Upgrade to v2.2James FitzGibbon
1997-04-21Not that it matters much, but delete empty line between BUILD_DEPENDSSatoshi Asami
and RUN_DEPENDS.
1997-04-20Add virtual category 'tk41'.Wolfram Schneider
1997-04-18Import of the multi-router traffic grapher.James FitzGibbon
1997-04-13Change brian@awfulhak.demon.co.uk to brian@awfulhak.orgBrian Somers
1997-04-04Finish the update to wide-dhcp so that it compiles with theBrian Somers
new interface stuff and if_var.h Closes pr3161 Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Obtained from: pr3161
1997-04-04Update wide-dhcp so that it compiles with the newBrian Somers
interface stuff (and if_var.h). Closes pr3161 Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Obtained from: pr3161
1997-03-30Add install-man to INSTALL_TARGET rather than deal with it in post-installDavid E. O'Brien
target.
1997-03-30COMMENT should be one line and as short as possible and still be ableDavid E. O'Brien
to convey information. Need to package compressed manpages