diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-11-18 11:46:38 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-11-18 11:46:38 +0000 |
commit | f298b3e7bdfa81dc9f95c04451a3b279016ec7ef (patch) | |
tree | 5d09aff8eaa2acc2ceea805e7865cd88e05b3cd6 /sysutils/smartmontools-devel/files | |
parent | Update to 0.5 (diff) |
- It seems --configfile is no-op, replace by -c.
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Notes
Notes:
svn path=/head/; revision=148716
Diffstat (limited to 'sysutils/smartmontools-devel/files')
-rw-r--r-- | sysutils/smartmontools-devel/files/smartd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/smartmontools-devel/files/smartd.sh b/sysutils/smartmontools-devel/files/smartd.sh index 3f3731dcb1b6..a280b53cf1db 100644 --- a/sysutils/smartmontools-devel/files/smartd.sh +++ b/sysutils/smartmontools-devel/files/smartd.sh @@ -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}" |