summaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove net-mgmt/arpwatch-devel in favour of net-mgmt/arpwatch, which have aPav Lucistnik2006-10-0724-1524/+0
| | | | | | | | | | | newer version anyway PR: ports/104026 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (arpwatch maintainer) Approved by: arpwatch-devel maintainer's address bouncing Notes: svn path=/head/; revision=174743
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=156534
* SHA256ifyEdwin Groothuis2006-02-011-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154949
* - Correct operator priority in one of the patchesPav Lucistnik2005-12-092-1/+2
| | | | | | | | | PR: ports/89491 Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com> Approved by: maintainer timeout (15 days) Notes: svn path=/head/; revision=150728
* Update to 2.1.a13.Mark Linimon2004-10-124-25/+5
| | | | | | | | PR: ports/71497 Submitted by: Matthew George <mdg at secureworks dot net> (maintainer) Notes: svn path=/head/; revision=118835
* RC_SUBR-izeKirill Ponomarev2004-07-095-80/+81
| | | | | | | | PR: ports/68787 Submitted by: maintainer Notes: svn path=/head/; revision=113286
* This patch adds support for labeling interfaces in arpwatchKirill Ponomarev2004-06-115-27/+209
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=111294
* - Respect PTHREAD_CFLAGS[LIBS]Kirill Ponomarev2004-04-143-6/+19
| | | | | | | | | | - Correct pkg-descr PR: ports/65549 Submitted by: maintainer Notes: svn path=/head/; revision=107075
* - Fix DNS resolution bugKirill Ponomarev2004-04-144-9/+49
| | | | | | | | PR: ports/65501 Submitted by: maintainer Notes: svn path=/head/; revision=107001
* - Fix build on 5-x due to bad NULL usage.Kirill Ponomarev2004-03-303-8/+9
| | | | | | | | PR: ports/64906 Submitted by: maintainer Notes: svn path=/head/; revision=105681
* - Move arpwatch-devel to new category - net-mgmtKirill Ponomarev2004-03-201-1/+1
| | | | | | | | PR: ports/64483 Submitted by: Matthew George <mdg@secureworks.net> Notes: svn path=/head/; revision=104702
* - SIZE'ifyKirill Ponomarev2004-03-191-0/+1
| | | | | | | | PR: ports/64477 Submitted by: maintainer Notes: svn path=/head/; revision=104660
* - Add CONFLICTS between net/arpwatch and net/arpwatch-develKirill Ponomarev2004-01-201-0/+2
| | | | Notes: svn path=/head/; revision=98620
* This is a development fork of arpwatch. This has beenKirill Ponomarev2004-01-1921-270/+1202
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=98614
* - Fix typo in alert outputKirill Ponomarev2003-11-111-3/+12
| | | | | | | | PR: 59181 Submitted by: Matthew George <mdg@secureworks.net> Notes: svn path=/head/; revision=93750
* - Install sample startup scriptKirill Ponomarev2003-11-033-6/+10
| | | | | | | | | | | | - Add support for multiple interfaces - Add ECHO_MSG for startup script - Bump PORTREVISION PR: 54575 58717 Submitted by: Volker Stolz, Gleb Smirnoff Notes: svn path=/head/; revision=92955
* - Take maintainershipKirill Ponomarev2003-11-031-1/+1
| | | | Notes: svn path=/head/; revision=92929
* Reset maintainer of ports owned by inactive committers who were just retired.Kris Kennaway2003-11-031-1/+1
| | | | Notes: svn path=/head/; revision=92900
* Create the arpwatch directory mode 755, not 775Kris Kennaway2003-04-191-1/+1
| | | | Notes: svn path=/head/; revision=79327
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Open /dev/null as stdout and stderr before envoking sendmailBrian Somers2002-05-162-4/+39
| | | | | | | | | Bump PORTREVISION Forgotten by: brian Notes: svn path=/head/; revision=59254
* Fix a typoBrian Somers2002-03-141-1/+1
| | | | | | | Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> Notes: svn path=/head/; revision=56066
* brian@Awfulhak.org => brian@FreeBSD.orgBrian Somers2002-03-131-2/+2
| | | | Notes: svn path=/head/; revision=55997
* arpwatch package will now install an arp.dat file, meaning arpwatch fromNeil Blakey-Milner2001-08-233-3/+29
| | | | | | | | | | | | | | 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!) Notes: svn path=/head/; revision=46714
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-011-1/+1
| | | | Notes: svn path=/head/; revision=43378
* Upgrade to 2.1.a11Brian Somers2001-05-212-4/+3
| | | | | | | Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=42847
* GNU_CONFIGURE=yes and teach arpwatch.sh to figure out $PREFIXBrian Somers2001-04-072-2/+13
| | | | | | | Suggested and reviewed by: John E. Hein <jhein@timing.com> Notes: svn path=/head/; revision=40982
* Remove non-applicable libpcap stuff and extraneous MAINTAINER stuffBrian Somers2001-04-061-12/+0
| | | | Notes: svn path=/head/; revision=40966
* Add a -m option to specify the mail address to be used.Brian Somers2001-02-226-10/+147
| | | | | | | | | | Bump PORTREVISION. PR: 25288 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Notes: svn path=/head/; revision=38620
* Call openlog() with LOG_PID.Brian Somers2000-11-281-0/+12
| | | | | | | | Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> PR: 23017 Notes: svn path=/head/; revision=35481
* Upgrade to 2.1a10Brian Somers2000-11-215-56/+6
| | | | Notes: svn path=/head/; revision=35321
* Upgrade to 2.1a6Brian Somers2000-09-144-18/+25
| | | | Notes: svn path=/head/; revision=32603
* 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. Notes: svn path=/head/; revision=30229
* Remove "Extra" item on deinstall.Maxim Sobolev2000-06-231-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29795
* 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) Notes: svn path=/head/; revision=29433
* Put back DISTNAME.Satoshi Asami2000-04-151-1/+2
| | | | Notes: svn path=/head/; revision=27601
* Remove bogus "." in the PORTVERSION.David E. O'Brien2000-04-151-1/+1
| | | | Notes: svn path=/head/; revision=27598
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* chmod -> ${CHMOD}Michael Haro1999-08-221-4/+4
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* 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). Notes: svn path=/head/; revision=12711
* Version 2.0.2 -> 2.1a4Brian Somers1998-08-214-29/+20
| | | | Notes: svn path=/head/; revision=12704
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-2/+0
| | | | Notes: svn path=/head/; revision=12624
* Portlint and strip binary file.Vanilla I. Shu1998-07-022-10/+31
| | | | Notes: svn path=/head/; revision=11665
* Remove if_var.h stuff added by me.Brian Somers1998-01-112-34/+16
| | | | Notes: svn path=/head/; revision=9325
* Update to version 2.0.2 released.David E. O'Brien1997-08-012-3/+3
| | | | | | | Permission from: brian@awfulhak.org Notes: svn path=/head/; revision=7457
* Oops, specify the path to the arpwatch binary.Brian Somers1997-07-011-1/+1
| | | | Notes: svn path=/head/; revision=7165
* 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. Notes: svn path=/head/; revision=7151
* Update to 2.0.2a1Bill Fenner1997-05-283-10/+11
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6604
* Version 3.0 is denoted by 300000 now.Satoshi Asami1997-05-181-1/+1
| | | | Notes: svn path=/head/; revision=6483