diff options
author | pav <pav@FreeBSD.org> | 2006-08-29 00:30:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-08-29 00:30:05 +0800 |
commit | 5c1a6b25118eece5b8c93f5d1bfb1d1b0db8354b (patch) | |
tree | f1228a4cd8980731ae3c059df088e288ab17c791 /net-mgmt | |
parent | 8575357ce0979c93181792e08e5cb301b79b7e0c (diff) | |
download | freebsd-ports-gnome-5c1a6b25118eece5b8c93f5d1bfb1d1b0db8354b.tar.gz freebsd-ports-gnome-5c1a6b25118eece5b8c93f5d1bfb1d1b0db8354b.tar.zst freebsd-ports-gnome-5c1a6b25118eece5b8c93f5d1bfb1d1b0db8354b.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)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/arpwatch/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/arpwatch/files/arpwatch.sh.in | 1 |
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%% |