[zopeorg-checkins] CVS: NZO_SiteLayout - Makefile.zinstance:1.3 ZopeCtl.py:1.4

Chris McDonough chrism at zope.com
Sun May 5 15:17:22 EDT 2002


Update of /cvs-zopeorg/NZO_SiteLayout
In directory cvs.zope.org:/tmp/cvs-serv31845

Modified Files:
	Makefile.zinstance ZopeCtl.py 
Log Message:
Enabling ZopeCtl to write big M and z2 logfiles to the right place.


=== NZO_SiteLayout/Makefile.zinstance 1.2 => 1.3 ===
 ${PRODUCT_ROOT_TARGETS} \
 /etc/rc.d/init.d/zope_${INSTANCE_NAME} \
+/etc/logrotate.d/zope_${INSTANCE_NAME} \
 
 BIN_TARGETS=\
 ${INSTANCE_BIN_TARGETS} \


=== NZO_SiteLayout/ZopeCtl.py 1.3 => 1.4 ===
         for key, short_name in ( ( 'run_as_user', 'u' )
                                , ( 'locale', 'L' )
+                               , ( 'access_logfile', 'l' )
+                               , ( 'trace_logfile', 'M' )
                                , ( 'dns_server', 'd' )
                                , ( 'host_address', 'a' )
                                ):
@@ -702,6 +704,8 @@
         for key, short_name in ( ( 'run_as_user', 'u' )
                                , ( 'host_address', 'h' )
                                , ( 'unix_domain_socket', 'U' )
+                               , ( 'access_logfile', 'l' )
+                               , ( 'trace_logfile', 'M' )
                                ):
             value = self._opts.get( key )
             if value is not None:






More information about the zopeorg-checkins mailing list