[Checkins] SVN: Grokstar/trunk/buildout.cfg Make the start/stop script be called zopectl

Philipp von Weitershausen philikon at philikon.de
Fri Jul 13 06:52:16 EDT 2007


Log message for revision 77839:
  Make the start/stop script be called zopectl
  

Changed:
  U   Grokstar/trunk/buildout.cfg

-=-
Modified: Grokstar/trunk/buildout.cfg
===================================================================
--- Grokstar/trunk/buildout.cfg	2007-07-13 10:50:44 UTC (rev 77838)
+++ Grokstar/trunk/buildout.cfg	2007-07-13 10:52:15 UTC (rev 77839)
@@ -1,6 +1,6 @@
 [buildout]
 develop = .
-parts = app data instance test
+parts = app data zopectl test
 
 [zope3]
 # this dead chicken is needed by some other recipe(s)
@@ -43,7 +43,7 @@
             <grant role="zope.Manager"
                    principal="zope.manager" />
 
-[instance]
+[zopectl]
 recipe = zc.zope3recipes:instance
 application = app
 zope.conf = ${data:zconfig}



More information about the Checkins mailing list