- Set path in command_args
- Bump PORTREVISION Submitted by: Arjan de Vet, via private email
This commit is contained in:
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
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= arpwatch
|
PORTNAME= arpwatch
|
||||||
PORTVERSION= 2.1.a15
|
PORTVERSION= 2.1.a15
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
|
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
|
||||||
${MASTER_SITE_GENTOO}
|
${MASTER_SITE_GENTOO}
|
||||||
|
|
|
@ -66,7 +66,7 @@ case ${arpwatch_interfaces} in
|
||||||
*start)
|
*start)
|
||||||
for interface in ${arpwatch_interfaces}; do
|
for interface in ${arpwatch_interfaces}; do
|
||||||
eval options=\$arpwatch_${interface}_options
|
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"
|
pidfile="/var/run/arpwatch-${interface}.pid"
|
||||||
run_rc_command "$1"
|
run_rc_command "$1"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue