[144165] trunk/dports/sysutils/gearmand/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Jan 3 12:07:36 PST 2016


Revision: 144165
          https://trac.macports.org/changeset/144165
Author:   khindenburg at macports.org
Date:     2016-01-03 12:07:36 -0800 (Sun, 03 Jan 2016)
Log Message:
-----------
gearmand: fix startupitem invalid args #37636

Modified Paths:
--------------
    trunk/dports/sysutils/gearmand/Portfile

Modified: trunk/dports/sysutils/gearmand/Portfile
===================================================================
--- trunk/dports/sysutils/gearmand/Portfile	2016-01-03 19:59:43 UTC (rev 144164)
+++ trunk/dports/sysutils/gearmand/Portfile	2016-01-03 20:07:36 UTC (rev 144165)
@@ -112,7 +112,8 @@
 }
 
 startupitem.create  yes
-startupitem.executable  ${prefix}/sbin/gearmand -vv \
+startupitem.executable  ${prefix}/sbin/gearmand \
+                        --verbose=WARNING \
                         --port=4730 \
                         -u root \
                         --pid-file=${prefix}/var/run/gearmand.pid \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160103/590098ab/attachment.html>


More information about the macports-changes mailing list