mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- 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
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user