Modified: trunk/dports/sysutils/xserve-raid-tools/Portfile (128992 => 128993)
--- trunk/dports/sysutils/xserve-raid-tools/Portfile 2014-12-02 08:45:34 UTC (rev 128992)
+++ trunk/dports/sysutils/xserve-raid-tools/Portfile 2014-12-02 09:26:48 UTC (rev 128993)
@@ -4,7 +4,7 @@
name xserve-raid-tools
version 1.2
-revision 2
+revision 3
categories sysutils net
license GPL-2
maintainers nomaintainer
@@ -29,12 +29,10 @@
depends_build-append port:nagios-plugins
}
-variant server description {Create server startup item} {
- startupitem.create yes
- startupitem.name xserve-raid-checkd
- startupitem.start "${prefix}/bin/xserve-raid-checkd"
- startupitem.stop "exec ${prefix}/bin/xserve-raid-checkd -k kill"
-}
+startupitem.create yes
+startupitem.name xserve-raid-checkd
+startupitem.start "${prefix}/bin/xserve-raid-checkd"
+startupitem.stop "exec ${prefix}/bin/xserve-raid-checkd -k kill"
set nagios_plugin_dir ${prefix}/libexec/nagios
@@ -58,6 +56,6 @@
}
}
-post-activate {
-ui_msg "\n Make sure to edit the ${prefix}/etc/xserve-raid-tools.conf file. \n"
-}
+notes "
+Make sure to edit the ${prefix}/etc/xserve-raid-tools.conf file.
+"