Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | As threatened on freebsd-ports: all startup scripts know about the two | Thomas Gellekum | 2000-07-05 | 1 | -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 Sobolev | 2000-06-23 | 1 | -0/+2 |
| | | | | Submitted by: bento | ||||
* | Use mkstemp() instead of insecure mktemp(). | Maxim Sobolev | 2000-06-09 | 2 | -0/+58 |
| | | | | | PR: 19047 Hall of Shame entry: Mikhail Teterin <mi@aldan.algebra.com> (for his !@#$%^ ego) | ||||
* | Put back DISTNAME. | Satoshi Asami | 2000-04-15 | 1 | -1/+2 |
| | |||||
* | Remove bogus "." in the PORTVERSION. | David E. O'Brien | 2000-04-15 | 1 | -1/+1 |
| | |||||
* | Update with the new PORTNAME/PORTVERSION variables | Chris Piazza | 2000-04-09 | 1 | -2/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-30 | 1 | -1/+1 |
| | |||||
* | chmod -> ${CHMOD} | Michael Haro | 1999-08-22 | 1 | -4/+4 |
| | | | | chown -> ${CHOWN} | ||||
* | Add www.Awfulhak.org to the distribution sites as the other | Brian Somers | 1998-08-22 | 1 | -2/+3 |
| | | | | | sites move the old archive away when a new one is available (breaking the port). | ||||
* | Version 2.0.2 -> 2.1a4 | Brian Somers | 1998-08-21 | 4 | -29/+20 |
| | |||||
* | This netted the largest set of mis-installed manpages, yet! | Tim Vanderhoek | 1998-08-18 | 1 | -2/+0 |
| | |||||
* | Portlint and strip binary file. | Vanilla I. Shu | 1998-07-02 | 2 | -10/+31 |
| | |||||
* | Remove if_var.h stuff added by me. | Brian Somers | 1998-01-11 | 2 | -34/+16 |
| | |||||
* | Update to version 2.0.2 released. | David E. O'Brien | 1997-08-01 | 2 | -3/+3 |
| | | | | Permission from: brian@awfulhak.org | ||||
* | Oops, specify the path to the arpwatch binary. | Brian Somers | 1997-07-01 | 1 | -1/+1 |
| | |||||
* | Patch and add arp2ethers & ethercodes.dat installation. | Brian Somers | 1997-07-01 | 4 | -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.2a1 | Bill Fenner | 1997-05-28 | 3 | -10/+11 |
| | | | | Found by: distfile checker | ||||
* | Version 3.0 is denoted by 300000 now. | Satoshi Asami | 1997-05-18 | 1 | -1/+1 |
| | |||||
* | Change brian@awfulhak.demon.co.uk to brian@awfulhak.org | Brian Somers | 1997-04-13 | 2 | -4/+4 |
| | |||||
* | Add install-man to INSTALL_TARGET rather than deal with it in post-install | David E. O'Brien | 1997-03-30 | 1 | -2/+2 |
| | | | | target. | ||||
* | COMMENT should be one line and as short as possible and still be able | David E. O'Brien | 1997-03-30 | 2 | -4/+3 |
| | | | | | to convey information. Need to package compressed manpages | ||||
* | Style fixes: | David E. O'Brien | 1997-03-30 | 1 | -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 monitoring | Brian Somers | 1997-03-30 | 6 | -0/+88 |
a network interface and maintaining a table of MAC addresses against IP numbers and host names. |