diff options
author | feld <feld@FreeBSD.org> | 2013-09-23 19:49:35 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2013-09-23 19:49:35 +0800 |
commit | d1f9367438a0751cfdad6fe5328eec602631433d (patch) | |
tree | 7c05a73fc5a1d942bd58cd905fd034e746aec53d /sysutils/mptd | |
parent | b25c00da9f154c775f981036e67d8e74345e7a56 (diff) | |
download | freebsd-ports-gnome-d1f9367438a0751cfdad6fe5328eec602631433d.tar.gz freebsd-ports-gnome-d1f9367438a0751cfdad6fe5328eec602631433d.tar.zst freebsd-ports-gnome-d1f9367438a0751cfdad6fe5328eec602631433d.zip |
Fix variable name to match format in sysutils/mfid
Approved by: crees (mentor)
Diffstat (limited to 'sysutils/mptd')
-rw-r--r-- | sysutils/mptd/files/mptd.in | 2 |
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" |