Doug Barton
c49d1a3273
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
...
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
9a50715eee
SHA256ify
...
Approved by: krion@
2006-02-01 01:08:07 +00:00
Pav Lucistnik
573398bd12
- Correct operator priority in one of the patches
...
PR: ports/89491
Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com>
Approved by: maintainer timeout (15 days)
2005-12-09 14:10:32 +00:00
Mark Linimon
5e66754467
Update to 2.1.a13.
...
PR: ports/71497
Submitted by: Matthew George <mdg at secureworks dot net> (maintainer)
2004-10-12 07:18:00 +00:00
Kirill Ponomarev
f00bff1604
RC_SUBR-ize
...
PR: ports/68787
Submitted by: maintainer
2004-07-09 16:50:00 +00:00
Kirill Ponomarev
a427774043
This patch adds support for labeling interfaces in arpwatch
...
reports. Labels are created by making a symlink in the
arpwatch data directory that points at the textual description
(e.g. ln -s "Internal Network" dc0).
PR: ports/67838
Submitted by: maintainer
2004-06-11 18:30:10 +00:00
Kirill Ponomarev
e2f45169cc
- Respect PTHREAD_CFLAGS[LIBS]
...
- Correct pkg-descr
PR: ports/65549
Submitted by: maintainer
2004-04-14 21:30:24 +00:00
Kirill Ponomarev
50bfb14f4e
- Fix DNS resolution bug
...
PR: ports/65501
Submitted by: maintainer
2004-04-14 08:33:08 +00:00
Kirill Ponomarev
6cdda55cf0
- Fix build on 5-x due to bad NULL usage.
...
PR: ports/64906
Submitted by: maintainer
2004-03-30 09:11:56 +00:00
Kirill Ponomarev
8cebb8c7f2
- Move arpwatch-devel to new category - net-mgmt
...
PR: ports/64483
Submitted by: Matthew George <mdg@secureworks.net>
2004-03-20 06:52:41 +00:00
Kirill Ponomarev
4040d94a29
- SIZE'ify
...
PR: ports/64477
Submitted by: maintainer
2004-03-19 19:56:31 +00:00
Kirill Ponomarev
4fae7f633d
- Add CONFLICTS between net/arpwatch and net/arpwatch-devel
2004-01-20 00:02:34 +00:00
Kirill Ponomarev
486518fcaa
This is a development fork of arpwatch. This has been
...
threaded in order to better deal with the requirements of
multi-interface routers. Information regarding MAC addresses
and interfaces is maintained by the program, and an alert is
issued should a device move between interfaces. In addition,
event processing has been refactored, and some bugs have been
fixed.
PR: 59180
Submitted by: Matthew George <mdg@secureworks.net>
Approved by: portmgr
2004-01-19 23:34:48 +00:00
Kirill Ponomarev
8c4ed76f23
- Fix typo in alert output
...
PR: 59181
Submitted by: Matthew George <mdg@secureworks.net>
2003-11-11 19:22:29 +00:00
Kirill Ponomarev
ddf0976484
- Install sample startup script
...
- Add support for multiple interfaces
- Add ECHO_MSG for startup script
- Bump PORTREVISION
PR: 54575 58717
Submitted by: Volker Stolz, Gleb Smirnoff
2003-11-03 11:15:55 +00:00
Kirill Ponomarev
7591507e74
- Take maintainership
2003-11-03 06:50:46 +00:00
Kris Kennaway
6160dc3d41
Reset maintainer of ports owned by inactive committers who were just retired.
2003-11-03 00:54:32 +00:00
Kris Kennaway
ffce4503d0
Create the arpwatch directory mode 755, not 775
2003-04-19 23:44:22 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Brian Somers
4b48b80a75
Open /dev/null as stdout and stderr before envoking sendmail
...
Bump PORTREVISION
Forgotten by: brian
2002-05-16 10:40:50 +00:00
Brian Somers
6f869819a4
Fix a typo
...
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
2002-03-14 10:03:11 +00:00
Brian Somers
820313fb80
brian@Awfulhak.org => brian@FreeBSD.org
2002-03-13 11:31:08 +00:00
Neil Blakey-Milner
fe5a0493bd
arpwatch package will now install an arp.dat file, meaning arpwatch from
...
the package will work by default.
Additionally, setting arpwatch_interfaces in the rc.conf system will
allow you to specify which interfaces arpwatches will run on. By
default (ie, variable empty or not set), it will run on the first
non-local interface it finds.
Approved by: brian (thanks!)
2001-08-23 14:45:02 +00:00
David E. O'Brien
90eb686abd
Use proper POSIX syntax for `chown'.
2001-06-01 06:05:18 +00:00
Brian Somers
3382222fd5
Upgrade to 2.1.a11
...
Submitted by: Pete Fritchman <petef@databits.net>
2001-05-21 09:47:12 +00:00
Brian Somers
aa8166ab58
GNU_CONFIGURE=yes and teach arpwatch.sh to figure out $PREFIX
...
Suggested and reviewed by: John E. Hein <jhein@timing.com>
2001-04-07 01:51:53 +00:00
Brian Somers
f3451c7a97
Remove non-applicable libpcap stuff and extraneous MAINTAINER stuff
2001-04-06 23:35:47 +00:00
Brian Somers
e77bf460a2
Add a -m option to specify the mail address to be used.
...
Bump PORTREVISION.
PR: 25288
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
2001-02-22 22:56:40 +00:00
Brian Somers
31029d55c2
Call openlog() with LOG_PID.
...
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
PR: 23017
2000-11-28 10:31:32 +00:00
Brian Somers
6cab6773ab
Upgrade to 2.1a10
2000-11-21 22:11:43 +00:00
Brian Somers
9af4b35c8a
Upgrade to 2.1a6
2000-09-14 10:25:34 +00:00
Thomas Gellekum
546041ba31
As threatened on freebsd-ports: all startup scripts know about the two
...
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.
2000-07-05 12:37:06 +00:00
Maxim Sobolev
3ff2217f3d
Remove "Extra" item on deinstall.
...
Submitted by: bento
2000-06-23 08:50:08 +00:00
Maxim Sobolev
551cb65285
Use mkstemp() instead of insecure mktemp().
...
PR: 19047
Hall of Shame entry: Mikhail Teterin <mi@aldan.algebra.com> (for his !@#$%^ ego)
2000-06-09 07:23:48 +00:00
Satoshi Asami
aadea45cf9
Put back DISTNAME.
2000-04-15 10:05:17 +00:00
David E. O'Brien
1aaa8742ca
Remove bogus "." in the PORTVERSION.
2000-04-15 09:43:45 +00:00
Chris Piazza
93a61d6874
Update with the new PORTNAME/PORTVERSION variables
2000-04-09 18:14:07 +00:00
Peter Wemm
a6c3f62331
$Id$ -> $FreeBSD$
1999-08-30 14:24:37 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Brian Somers
f71edbd136
Add www.Awfulhak.org to the distribution sites as the other
...
sites move the old archive away when a new one is available
(breaking the port).
1998-08-22 02:13:51 +00:00
Brian Somers
3ed18311fd
Version 2.0.2 -> 2.1a4
1998-08-21 18:09:19 +00:00
Tim Vanderhoek
26e78bb69f
This netted the largest set of mis-installed manpages, yet!
1998-08-18 19:48:45 +00:00
Vanilla I. Shu
8689fd50e9
Portlint and strip binary file.
1998-07-02 10:45:36 +00:00
Brian Somers
cc07bc54f2
Remove if_var.h stuff added by me.
1998-01-11 18:38:08 +00:00
David E. O'Brien
f9a29c15c7
Update to version 2.0.2 released.
...
Permission from: brian@awfulhak.org
1997-08-01 05:34:04 +00:00
Brian Somers
dfd0f0b5ab
Oops, specify the path to the arpwatch binary.
1997-07-01 17:02:27 +00:00
Brian Somers
1f4132c7d8
Patch and add arp2ethers & ethercodes.dat installation.
...
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-07-01 02:05:06 +00:00
Bill Fenner
e3371ee385
Update to 2.0.2a1
...
Found by: distfile checker
1997-05-28 22:52:28 +00:00
Satoshi Asami
82c3aa5fda
Version 3.0 is denoted by 300000 now.
1997-05-18 03:12:39 +00:00
Brian Somers
e5d8e95e17
Change brian@awfulhak.demon.co.uk to brian@awfulhak.org
1997-04-13 16:01:26 +00:00