[Checkins] SVN: grok/trunk/ Make the instance start/stop script be named zopectl.

Philipp von Weitershausen philikon at philikon.de
Fri Jul 13 04:56:16 EDT 2007


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

Changed:
  U   grok/trunk/buildout.cfg
  U   grok/trunk/doc/groktut/buildout_tut.cfg

-=-
Modified: grok/trunk/buildout.cfg
===================================================================
--- grok/trunk/buildout.cfg	2007-07-13 08:53:30 UTC (rev 77803)
+++ grok/trunk/buildout.cfg	2007-07-13 08:56:16 UTC (rev 77804)
@@ -1,6 +1,6 @@
 [buildout]
 develop = . doc grokwiki
-parts = docs grokwiki instance data test
+parts = docs grokwiki zopectl data test
 find-links = http://download.zope.org/distribution/
 
 [docs]
@@ -48,7 +48,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 = grokwiki
 zope.conf = ${data:zconfig}

Modified: grok/trunk/doc/groktut/buildout_tut.cfg
===================================================================
--- grok/trunk/doc/groktut/buildout_tut.cfg	2007-07-13 08:53:30 UTC (rev 77803)
+++ grok/trunk/doc/groktut/buildout_tut.cfg	2007-07-13 08:56:16 UTC (rev 77804)
@@ -1,5 +1,5 @@
 [buildout]
-parts = data app instance test
+parts = data app zopectl test
 eggs-directory = ../eggs
 find-links = http://download.zope.org/distribution/
 
@@ -44,7 +44,8 @@
             <grant role="zope.Manager"
                    principal="zope.manager" />
 
-[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