[Zodb-checkins] CVS: ZODB3/zdaemon - zdctl.py:1.43.10.1

Jeremy Hylton jeremy at zope.com
Wed Aug 13 14:05:17 EDT 2003


Update of /cvs-repository/ZODB3/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv32278/zdaemon

Modified Files:
      Tag: ZODB3-3_2-branch
	zdctl.py 
Log Message:
Add necessary default, matching default in schema.xml.

XXX It's unfortunate that defaults have to be duplicated in code and
schema.


=== ZODB3/zdaemon/zdctl.py 1.43 => 1.43.10.1 ===
--- ZODB3/zdaemon/zdctl.py:1.43	Tue Mar 11 17:46:58 2003
+++ ZODB3/zdaemon/zdctl.py	Wed Aug 13 13:05:12 2003
@@ -87,7 +87,7 @@
         self.add("logfile", "runner.logfile", "l:", "logfile=")
         self.add("python", "runner.python")
         self.add("zdrun", "runner.zdrun")
-        self.add("prompt", "runner.prompt")
+        self.add("prompt", "runner.prompt", default="zdctl>")
 
     def realize(self, *args, **kwds):
         RunnerOptions.realize(self, *args, **kwds)




More information about the Zodb-checkins mailing list