- Set path in command_args

- Bump PORTREVISION

Submitted by:	Arjan de Vet, via private email
This commit is contained in:
Thomas Abthorpe 2010-02-02 05:14:29 +00:00
parent d03fc76b4f
commit da409381e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249067
2 changed files with 2 additions and 2 deletions

View file

@ -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}

View file

@ -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