diff options
author | Mark Felder <feld@FreeBSD.org> | 2013-09-23 11:49:35 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2013-09-23 11:49:35 +0000 |
commit | 773f3d5791e7908320d7ceb31d144e3c36c8b7bd (patch) | |
tree | 7c05a73fc5a1d942bd58cd905fd034e746aec53d /sysutils | |
parent | 2d24236e98d68701cb2571253daedc84c4759488 (diff) | |
download | ports-773f3d5791e7908320d7ceb31d144e3c36c8b7bd.tar.gz ports-773f3d5791e7908320d7ceb31d144e3c36c8b7bd.zip |
Notes
Diffstat (limited to 'sysutils')
-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" |