svn commit: r327985 - head/sysutils/mptd/files

Mark Felder feld at FreeBSD.org
Mon Sep 23 11:49:36 UTC 2013


Author: feld
Date: Mon Sep 23 11:49:35 2013
New Revision: 327985
URL: http://svnweb.freebsd.org/changeset/ports/327985

Log:
  Fix variable name to match format in sysutils/mfid
  
  Approved by:	crees (mentor)

Modified:
  head/sysutils/mptd/files/mptd.in

Modified: head/sysutils/mptd/files/mptd.in
==============================================================================
--- head/sysutils/mptd/files/mptd.in	Mon Sep 23 11:47:47 2013	(r327984)
+++ head/sysutils/mptd/files/mptd.in	Mon Sep 23 11:49:35 2013	(r327985)
@@ -13,7 +13,7 @@ name=mptd
 rcvar=mptd_enable
 load_rc_config $name
 
-raid_alert_mailto=${mptd_raid_alert_mailto:-"root at localhost"}
+raid_alert_mailto=${mptd_alert_mailto:-"root at localhost"}
 start_cmd=mptd_start
 stop_cmd="killall -9 mptd > /dev/null 2>&1"
 


More information about the svn-ports-all mailing list