[37764] trunk/dports/sysutils/memcached/Portfile

brett at macports.org brett at macports.org
Sun Jun 22 07:28:57 PDT 2008


Revision: 37764
          http://trac.macosforge.org/projects/macports/changeset/37764
Author:   brett at macports.org
Date:     2008-06-22 07:28:56 -0700 (Sun, 22 Jun 2008)
Log Message:
-----------
add memcached launchd item

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

Modified: trunk/dports/sysutils/memcached/Portfile
===================================================================
--- trunk/dports/sysutils/memcached/Portfile	2008-06-22 14:13:10 UTC (rev 37763)
+++ trunk/dports/sysutils/memcached/Portfile	2008-06-22 14:28:56 UTC (rev 37764)
@@ -4,7 +4,7 @@
 
 name			memcached
 version			1.2.5
-revision		1
+revision		2
 description		A high performance, distributed memory object caching system.
 long_description	Memcached is a high-performance, distributed memory object \
 			caching system, generic in nature, but intended for use in \
@@ -20,3 +20,8 @@
 			--with-libevent=${prefix} \
 			--enable-threads
 depends_lib         	port:libevent
+
+startupitem.create      yes
+startupitem.name        memcached
+startupitem.start       "${prefix}/bin/memcached -u nobody -m 64 -c 10240 -p 11211 -d"
+startupitem.stop        "/usr/bin/killall memcached"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080622/30afbc5e/attachment.htm 


More information about the macports-changes mailing list