[Zope-Checkins] CVS: Zope/skel/bin - zopeservice.py.in:1.1.2.4

Andreas Jung andreas at andreas-jung.com
Mon Jul 26 07:22:45 EDT 2004


Update of /cvs-repository/Zope/skel/bin
In directory cvs.zope.org:/tmp/cvs-serv25617/skel/bin

Modified Files:
      Tag: Zope-2_7-branch
	zopeservice.py.in 
Log Message:
fixed typo


=== Zope/skel/bin/zopeservice.py.in 1.1.2.3 => 1.1.2.4 ===
--- Zope/skel/bin/zopeservice.py.in:1.1.2.3	Tue Jul 13 12:13:09 2004
+++ Zope/skel/bin/zopeservice.py.in	Mon Jul 26 07:22:45 2004
@@ -99,7 +99,7 @@
 
 from nt_svcutils.service import Service
 
-servicename = 'Zope_%s' % str(hash(INSTANCE__HOME.lower()))
+servicename = 'Zope_%s' % str(hash(INSTANCE_HOME.lower()))
 
 class InstanceService(Service):
     start_cmd = '"%s" "%s" -C "%s"' % (PYTHONW, ZOPE_RUN, CONFIG_FILE)



More information about the Zope-Checkins mailing list