aboutsummaryrefslogtreecommitdiff
path: root/sysutils/smartmontools
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-11-18 11:46:38 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-11-18 11:46:38 +0000
commitf298b3e7bdfa81dc9f95c04451a3b279016ec7ef (patch)
tree5d09aff8eaa2acc2ceea805e7865cd88e05b3cd6 /sysutils/smartmontools
parent5e5c3925243abe0e8603d2eef06c6a0396cb0eda (diff)
downloadports-f298b3e7bdfa81dc9f95c04451a3b279016ec7ef.tar.gz
ports-f298b3e7bdfa81dc9f95c04451a3b279016ec7ef.zip
Notes
Diffstat (limited to 'sysutils/smartmontools')
-rw-r--r--sysutils/smartmontools/Makefile2
-rw-r--r--sysutils/smartmontools/files/smartd.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile
index 9b055996ca5a..be6a62172c96 100644
--- a/sysutils/smartmontools/Makefile
+++ b/sysutils/smartmontools/Makefile
@@ -7,7 +7,7 @@
PORTNAME= smartmontools
PORTVERSION= 5.33
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/sysutils/smartmontools/files/smartd.sh b/sysutils/smartmontools/files/smartd.sh
index 3f3731dcb1b6..a280b53cf1db 100644
--- a/sysutils/smartmontools/files/smartd.sh
+++ b/sysutils/smartmontools/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}"