[75866] trunk/dports/www/cherokee/Portfile

jmr at macports.org jmr at macports.org
Thu Feb 10 23:15:53 PST 2011


Revision: 75866
          http://trac.macports.org/changeset/75866
Author:   jmr at macports.org
Date:     2011-02-10 23:15:52 -0800 (Thu, 10 Feb 2011)
Log Message:
-----------
cherokee: fix pidfile used by startupitem (#22771)

Modified Paths:
--------------
    trunk/dports/www/cherokee/Portfile

Modified: trunk/dports/www/cherokee/Portfile
===================================================================
--- trunk/dports/www/cherokee/Portfile	2011-02-11 05:12:33 UTC (rev 75865)
+++ trunk/dports/www/cherokee/Portfile	2011-02-11 07:15:52 UTC (rev 75866)
@@ -4,6 +4,7 @@
 
 name            cherokee
 version         0.99.24
+revision        1
 categories      www
 platforms       darwin
 maintainers     gmail.com:leidel
@@ -31,7 +32,7 @@
 set cherokee_pidfile       ${prefix}/var/run/${cherokee_pidfile_name}
 
 startupitem.create  yes
-startupitem.init    "PIDFILE=${cherokee_config}"
+startupitem.init    "PIDFILE=${cherokee_pidfile}"
 startupitem.start   "${prefix}/sbin/cherokee -C ${cherokee_config}"
 startupitem.stop    "kill \$(cat \$PIDFILE)"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110210/840b28ba/attachment.html>


More information about the macports-changes mailing list