[Zope-Checkins] CVS: Zope/inst/skel/inst/in - zctl.py.in:1.1.2.2
Chris McDonough
chrism@zope.com
Sun, 6 Oct 2002 17:43:22 -0400
Update of /cvs-repository/Zope/inst/skel/inst/in
In directory cvs.zope.org:/tmp/cvs-serv16746/inst/skel/inst/in
Modified Files:
Tag: chrism-install-branch
zctl.py.in
Log Message:
Added support for creating NT services from instance homes.
This works by building an instance home normally and then from the
instance home running "bin\ntservice.py install". The service is named
after the instance, and each instance can have its own service installed.
In the process, moved "zctl.py" into a "bin" directory, and moved "zope.conf"
into an "etc" directory inside an instance home.
=== Zope/inst/skel/inst/in/zctl.py.in 1.1.2.1 => 1.1.2.2 ===
--- Zope/inst/skel/inst/in/zctl.py.in:1.1.2.1 Sat Oct 5 22:54:42 2002
+++ Zope/inst/skel/inst/in/zctl.py.in Sun Oct 6 17:42:51 2002
@@ -19,7 +19,7 @@
import sys, os
-CONFIG_LOCATION ='<<CONFIG_LOCATION>>'
+CONFIG_LOCATION = '<<CONFIG_LOCATION>>'
ZOPE_HOME = '<<BASE_DIR>>'
SOFTWARE_HOME = os.path.join(ZOPE_HOME, 'lib', 'python')