You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2009/09/14 13:09:33 UTC

svn commit: r814579 - /couchdb/branches/0.10.x/etc/launchd/org.apache.couchdb.plist.tpl.in

Author: jan
Date: Mon Sep 14 11:09:33 2009
New Revision: 814579

URL: http://svn.apache.org/viewvc?rev=814579&view=rev
Log:
remove OnDemand tag as it has ben deprecated and doesn't work as used anyway, closes COUCHDB-501

Modified:
    couchdb/branches/0.10.x/etc/launchd/org.apache.couchdb.plist.tpl.in

Modified: couchdb/branches/0.10.x/etc/launchd/org.apache.couchdb.plist.tpl.in
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/etc/launchd/org.apache.couchdb.plist.tpl.in?rev=814579&r1=814578&r2=814579&view=diff
==============================================================================
--- couchdb/branches/0.10.x/etc/launchd/org.apache.couchdb.plist.tpl.in (original)
+++ couchdb/branches/0.10.x/etc/launchd/org.apache.couchdb.plist.tpl.in Mon Sep 14 11:09:33 2009
@@ -26,7 +26,5 @@
     <true/>
     <key>KeepAlive</key>
     <true/>
-    <key>OnDemand</key>
-    <true/>
   </dict>
 </plist>