aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-08-28 16:30:05 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-08-28 16:30:05 +0000
commit4aeb506487c3ac8f82bfbcfcd9b86119d37b2268 (patch)
tree382c12290e52f7d1c554997e44e2d9c7d38879e8 /net-mgmt/arpwatch
parent06c7c500765ff1d8a23042042502f2e6d684f073 (diff)
downloadports-4aeb506487c3ac8f82bfbcfcd9b86119d37b2268.tar.gz
ports-4aeb506487c3ac8f82bfbcfcd9b86119d37b2268.zip
- 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)
Notes
Notes: svn path=/head/; revision=171557
Diffstat (limited to 'net-mgmt/arpwatch')
-rw-r--r--net-mgmt/arpwatch/Makefile2
-rw-r--r--net-mgmt/arpwatch/files/arpwatch.sh.in1
2 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile
index 2b3c45bdf956..a9f76ffcd380 100644
--- a/net-mgmt/arpwatch/Makefile
+++ b/net-mgmt/arpwatch/Makefile
@@ -7,7 +7,7 @@
PORTNAME= arpwatch
PORTVERSION= 2.1.a15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
http://www.mirrors.wiretapped.net/security/network-monitoring/arpwatch/ \
diff --git a/net-mgmt/arpwatch/files/arpwatch.sh.in b/net-mgmt/arpwatch/files/arpwatch.sh.in
index 346ca1ae2ee7..5736a1ee1e0b 100644
--- a/net-mgmt/arpwatch/files/arpwatch.sh.in
+++ b/net-mgmt/arpwatch/files/arpwatch.sh.in
@@ -12,7 +12,6 @@
#
arpwatch_enable=${arpwatch_enable:-"NO"}
arpwatch_dir="%%PREFIX%%/arpwatch/"
-arpwatch_interfaces=
. %%RC_SUBR%%