[Checkins] SVN: grokproject/trunk/grokproject/template/buildout.cfg_tmpl Make the instance start/stop script be named zopectl.

Philipp von Weitershausen philikon at philikon.de
Fri Jul 13 05:12:29 EDT 2007


Log message for revision 77811:
  Make the instance start/stop script be named zopectl.
  

Changed:
  U   grokproject/trunk/grokproject/template/buildout.cfg_tmpl

-=-
Modified: grokproject/trunk/grokproject/template/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2007-07-13 09:06:18 UTC (rev 77810)
+++ grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2007-07-13 09:12:29 UTC (rev 77811)
@@ -1,6 +1,6 @@
 [buildout]
 develop = .
-parts = app data instance test
+parts = app data zopectl test
 find-links = http://download.zope.org/distribution/
 
 [zope3]
@@ -47,7 +47,8 @@
 [data]
 recipe = zc.recipe.filestorage
 
-[instance]
+# this section named so that the start/stop script is called bin/zopectl
+[zopectl]
 recipe = zc.zope3recipes:instance
 application = app
 zope.conf = $${data:zconfig}



More information about the Checkins mailing list