aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2010-02-02 05:14:29 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2010-02-02 05:14:29 +0000
commitda409381e597ab33976ebe74cae29c0e71cbbcc6 (patch)
tree7cc6f2a279b3e1f4bc5b1cc46740382984744655 /net-mgmt/arpwatch
parentd03fc76b4fd704a5be78c78b3ab6d6ebf1e35160 (diff)
downloadports-da409381e597ab33976ebe74cae29c0e71cbbcc6.tar.gz
ports-da409381e597ab33976ebe74cae29c0e71cbbcc6.zip
- Set path in command_args
- Bump PORTREVISION Submitted by: Arjan de Vet, via private email
Notes
Notes: svn path=/head/; revision=249067
Diffstat (limited to 'net-mgmt/arpwatch')
-rw-r--r--net-mgmt/arpwatch/Makefile2
-rw-r--r--net-mgmt/arpwatch/files/arpwatch.sh.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile
index 16922c182a47..688b79c56d67 100644
--- a/net-mgmt/arpwatch/Makefile
+++ b/net-mgmt/arpwatch/Makefile
@@ -7,7 +7,7 @@
PORTNAME= arpwatch
PORTVERSION= 2.1.a15
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
${MASTER_SITE_GENTOO}
diff --git a/net-mgmt/arpwatch/files/arpwatch.sh.in b/net-mgmt/arpwatch/files/arpwatch.sh.in
index 541aa2bf6ccf..b9d56ee5e572 100644
--- a/net-mgmt/arpwatch/files/arpwatch.sh.in
+++ b/net-mgmt/arpwatch/files/arpwatch.sh.in
@@ -66,7 +66,7 @@ case ${arpwatch_interfaces} in
*start)
for interface in ${arpwatch_interfaces}; do
eval options=\$arpwatch_${interface}_options
- command_args="-i ${interface} ${options} -f arp.${interface}.dat"
+ command_args="-i ${interface} ${options} -f ${arpwatch_dir}/arp.${interface}.dat"
pidfile="/var/run/arpwatch-${interface}.pid"
run_rc_command "$1"
done