Commit graph

40 commits

Author SHA1 Message Date
Dmitry Marakasov
87294f0f15 - Fix pkg-message: fetch arguments come before urls 2014-02-20 09:33:20 +00:00
Dmitry Marakasov
3ddfca6522 - Update instructions in pkg-message: seems like oui.txt file format has changed and massagevendor script won't work with it out of box
- While here, fix patches naming
2014-02-19 16:59:22 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Thomas Abthorpe
483f3faf88 - Install scripts and provide instruction to update ethercodes.dat
- Bump PORTREVISION

PR:		ports/152624
2010-12-01 19:34:48 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Thomas Abthorpe
da409381e5 - Set path in command_args
- Bump PORTREVISION

Submitted by:	Arjan de Vet, via private email
2010-02-02 05:14:29 +00:00
Emanuel Haupt
b25e0162cf - Install files with proper ownership
- Bump PORTREVISION

PR:		104972
Submitted by:	Dr. Markus Waldeck <waldeck@gmx.de>
Approved by:	maintainer
2006-11-14 14:37:39 +00:00
Cheng-Lung Sung
7416586190 - make arpwatch work fine with multiple interfaces.
- bump PORTREVISION

PR:		103941
Submitted by:	Fabian Wenk <fabian_AT_wenks dot ch>
Approved by:	maintainer (Thomas Abthorpe)
2006-10-04 00:58:55 +00:00
Johan van Selst
7ecbc68934 - Fix rcNG script (handle restart, allow $arpwatch_dir setting)
PR:		ports/102600
Submitted by:	Eugene Grosbein
Approved by:	Thomas Abthorpe (maintainer)
2006-09-21 09:27:14 +00:00
Pav Lucistnik
4aeb506487 - Don't overwrite arpwatch_interfaces on reboot when set from rc.conf
PR:		ports/102509
Submitted by:	Jordan Gordeev <jgordeev@dir.bg>
Approved by:	Thomas Abthorpe <thomasa@tbaytel.net> (maintainer)
2006-08-28 16:30:05 +00:00
Rong-En Fan
ffdc315034 - Fix problem when multiple interfaces are defined and faststart command
is used. Bump PORTREVISION

PR:		ports/101462
Submitted by:	Jordan Gordeev <jgordeev at dir.bg>
Approved by:	Thomas Abthorpe <thomas at goodking.ca> (maintainer)
2006-08-20 10:53:59 +00:00
Rong-En Fan
a1006aec4a - Don't die on SIGHUP. Thanks to Rudolf Cejka <cejkar at fit.vutbr.cz>
for pointing this out. The HUP only seems to affect arpwatch on 5.X and
  6.X. The patch has been tested on 4.11, 5.5 and 6.1.

  Bump PORTREVISION

- separate AUTHOR/WWW lines in pkg-descr

PR:		ports/100613
Submitted by:	maintainer
2006-07-20 18:40:00 +00:00
Rong-En Fan
2ea3c51cb0 - Update to 2.1.a14
PR:		99884
Submitted by:	maintainer
Approved by:	delphij (mentor, implicit)
2006-07-07 17:46:16 +00:00
Pav Lucistnik
f76c871192 - Make ARPDIR configurable
PR:		ports/92763
Submitted by:	Eugene Grosbein <eugen@kuzbass.ru>
2006-04-01 22:51:08 +00:00
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
Pav Lucistnik
155bf8b7d9 - Allow starting on more than one interface
Reported by:	Florian C. Smeets <flo@kasimir.com>
2005-12-29 15:48:38 +00:00
Pav Lucistnik
21bf127503 - Switch to rc_subr startup script
PR:		ports/84711
Submitted by:	SimpleRezo <freebsd@simplerezo.com>
2005-12-27 05:25:18 +00:00
Kirill Ponomarev
7adb53d34f Update to version 2.1.a13
Requested by:	vs
2004-09-03 17:03:32 +00:00
Kirill Ponomarev
6e0f323d90 Be more informative and produce an error if binary doesn't
exist.

Submitted by:	rob@piethief.co.uk
2004-06-16 18:19:15 +00:00
Kirill Ponomarev
0e20a6bc8b - Fix DNS resolver bug
PR:		ports/65508
Submitted by:	Matthew George <mdg@secureworks.net>
2004-04-14 08:36:27 +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
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
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
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
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
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
Brian Somers
3ed18311fd Version 2.0.2 -> 2.1a4 1998-08-21 18:09:19 +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
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
Satoshi Asami
82c3aa5fda Version 3.0 is denoted by 300000 now. 1997-05-18 03:12:39 +00:00
Brian Somers
4155dab552 Import arpwatch version 2.0.1a1, a tool for monitoring
a network interface and maintaining a table of MAC
addresses against IP numbers and host names.
1997-03-30 17:19:56 +00:00