summaryrefslogtreecommitdiff
path: root/net/arpwatch-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-3/+17
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Remove "Extra" item on deinstall.Maxim Sobolev2000-06-231-0/+2
| | | | Submitted by: bento
* Use mkstemp() instead of insecure mktemp().Maxim Sobolev2000-06-092-0/+58
| | | | | PR: 19047 Hall of Shame entry: Mikhail Teterin <mi@aldan.algebra.com> (for his !@#$%^ ego)
* Put back DISTNAME.Satoshi Asami2000-04-151-1/+2
|
* Remove bogus "." in the PORTVERSION.David E. O'Brien2000-04-151-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
|
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
|
* chmod -> ${CHMOD}Michael Haro1999-08-221-4/+4
| | | | chown -> ${CHOWN}
* Add www.Awfulhak.org to the distribution sites as the otherBrian Somers1998-08-221-2/+3
| | | | | sites move the old archive away when a new one is available (breaking the port).
* Version 2.0.2 -> 2.1a4Brian Somers1998-08-214-29/+20
|
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-2/+0
|
* Portlint and strip binary file.Vanilla I. Shu1998-07-022-10/+31
|
* Remove if_var.h stuff added by me.Brian Somers1998-01-112-34/+16
|
* Update to version 2.0.2 released.David E. O'Brien1997-08-012-3/+3
| | | | Permission from: brian@awfulhak.org
* Oops, specify the path to the arpwatch binary.Brian Somers1997-07-011-1/+1
|
* Patch and add arp2ethers & ethercodes.dat installation.Brian Somers1997-07-014-6/+39
| | | | | | | | 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.
* Update to 2.0.2a1Bill Fenner1997-05-283-10/+11
| | | | Found by: distfile checker
* Version 3.0 is denoted by 300000 now.Satoshi Asami1997-05-181-1/+1
|
* Change brian@awfulhak.demon.co.uk to brian@awfulhak.orgBrian Somers1997-04-132-4/+4
|
* Add install-man to INSTALL_TARGET rather than deal with it in post-installDavid E. O'Brien1997-03-301-2/+2
| | | | target.
* COMMENT should be one line and as short as possible and still be ableDavid E. O'Brien1997-03-302-4/+3
| | | | | to convey information. Need to package compressed manpages
* Style fixes:David E. O'Brien1997-03-301-5/+8
| | | | | | | | * CATEGORIES doens't have ``+'' anymore * manpages should be listed in MAN8 so they get compressed * use ${MKDIR} so parrent dirs get created if nessicary * blank likes around MAINTAINER * PKGNAME isn't needed when PKGNAME is same as DISTNAME
* Import arpwatch version 2.0.1a1, a tool for monitoringBrian Somers1997-03-306-0/+88
a network interface and maintaining a table of MAC addresses against IP numbers and host names.