1
0
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:
Florent Thoumie 2005-11-18 11:46:38 +00:00
parent 5e5c392524
commit f298b3e7bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148716
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= smartmontools
PORTVERSION= 5.33
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

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

View File

@ -7,7 +7,7 @@
PORTNAME= smartmontools
PORTVERSION= 5.33
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

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