[Zope-Checkins] CVS: Zope/inst - zctl.in:1.1.2.4

Chris McDonough chrism@zope.com
Mon, 2 Sep 2002 15:18:14 -0400


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv22789/inst

Modified Files:
      Tag: chrism-install-branch
	zctl.in 
Log Message:
 Fix small bug in zctl introduced by last checkin.


=== Zope/inst/zctl.in 1.1.2.3 => 1.1.2.4 ===
--- Zope/inst/zctl.in:1.1.2.3	Mon Sep  2 14:38:46 2002
+++ Zope/inst/zctl.in	Mon Sep  2 15:18:14 2002
@@ -94,7 +94,7 @@
         if lock_status:
             self._report('Cannot start Zope.  Another Zope instance has locked'
                          ' the "%s" file.  Use "stop" to stop it.' % 
-                         self.getPidfileName())
+                         self._getPidfileName())
             self._report()
             return
         zope_py = os.path.join(self._getZopeHome(), 'zope.py')