mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
- It seems --configfile is no-op, replace by -c.
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
This commit is contained in:
parent
5e5c392524
commit
f298b3e7bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148716
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= smartmontools
|
||||
PORTVERSION= 5.33
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -25,7 +25,7 @@ command="%%PREFIX%%/sbin/smartd"
|
||||
load_rc_config $name
|
||||
|
||||
: ${smartd_config="%%PREFIX%%/etc/smartd.conf"}
|
||||
: ${smartd_flags="--configfile=${smartd_config}"}
|
||||
: ${smartd_flags="-c ${smartd_config}"}
|
||||
|
||||
pidfile="${smartd_pidfile}"
|
||||
required_files="${smartd_config}"
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= smartmontools
|
||||
PORTVERSION= 5.33
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -25,7 +25,7 @@ command="%%PREFIX%%/sbin/smartd"
|
||||
load_rc_config $name
|
||||
|
||||
: ${smartd_config="%%PREFIX%%/etc/smartd.conf"}
|
||||
: ${smartd_flags="--configfile=${smartd_config}"}
|
||||
: ${smartd_flags="-c ${smartd_config}"}
|
||||
|
||||
pidfile="${smartd_pidfile}"
|
||||
required_files="${smartd_config}"
|
||||
|
Loading…
Reference in New Issue
Block a user