aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mptd
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2013-09-23 11:49:35 +0000
committerMark Felder <feld@FreeBSD.org>2013-09-23 11:49:35 +0000
commit773f3d5791e7908320d7ceb31d144e3c36c8b7bd (patch)
tree7c05a73fc5a1d942bd58cd905fd034e746aec53d /sysutils/mptd
parent2d24236e98d68701cb2571253daedc84c4759488 (diff)
downloadports-773f3d5791e7908320d7ceb31d144e3c36c8b7bd.tar.gz
ports-773f3d5791e7908320d7ceb31d144e3c36c8b7bd.zip
Fix variable name to match format in sysutils/mfid
Approved by: crees (mentor)
Notes
Notes: svn path=/head/; revision=327985
Diffstat (limited to 'sysutils/mptd')
-rw-r--r--sysutils/mptd/files/mptd.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/mptd/files/mptd.in b/sysutils/mptd/files/mptd.in
index c2bc871c8a2a..34d1739f9693 100644
--- a/sysutils/mptd/files/mptd.in
+++ b/sysutils/mptd/files/mptd.in
@@ -13,7 +13,7 @@ name=mptd
rcvar=mptd_enable
load_rc_config $name
-raid_alert_mailto=${mptd_raid_alert_mailto:-"root@localhost"}
+raid_alert_mailto=${mptd_alert_mailto:-"root@localhost"}
start_cmd=mptd_start
stop_cmd="killall -9 mptd > /dev/null 2>&1"