[Zodb-checkins] CVS: ZODB3/ZEO - mkzeoinst.py:1.10
Guido van Rossum
guido@python.org
Thu, 23 Jan 2003 11:23:50 -0500
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv7825
Modified Files:
mkzeoinst.py
Log Message:
Fix bugs in template.
=== ZODB3/ZEO/mkzeoinst.py 1.9 => 1.10 ===
--- ZODB3/ZEO/mkzeoinst.py:1.9 Thu Jan 23 11:13:02 2003
+++ ZODB3/ZEO/mkzeoinst.py Thu Jan 23 11:23:45 2003
@@ -95,10 +95,10 @@
# The following two lines are for chkconfig. On Red Hat Linux (and
# some other systems), you can copy or symlink this script into
# /etc/rc.d/init.d/ and then run chkconfig(8), to automatically start
-# %(PACKAGE) at boot time.
+# %(PACKAGE)s at boot time.
# chkconfig: 345 90 10
-# description: start a %(PACKAGE) server
+# description: start a %(PACKAGE)s server
exec %(zdctl)s -C %(home)s/etc/runner.conf ${1+"$@"}
"""