[Zope-Checkins] CVS: Zope/inst - zope.conf.in:1.1.2.3

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


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

Modified Files:
      Tag: chrism-install-branch
	zope.conf.in 
Log Message:
Prettied up the default config file.



=== Zope/inst/zope.conf.in 1.1.2.2 => 1.1.2.3 === (742/842 lines abridged)
--- Zope/inst/zope.conf.in:1.1.2.2	Mon Sep  2 03:35:09 2002
+++ Zope/inst/zope.conf.in	Mon Sep  2 04:01:13 2002
@@ -1,4 +1,12 @@
-
+###############################################################################
+# Welcome to Zope 2.
+###############################################################################
+#
+# This is the default Zope configuration file.  The default Zope configuration
+# file shows what the default configuration directives are, and show examples
+# for each directive.  To declare a directive, make sure that you add it
+# to a line that does not begin with '#'.
+#
 # Directive: zope_home
 #
 # Description:
@@ -7,12 +15,14 @@
 #
 # Influences: ZOPE_HOME environment variable
 #
-# Default: The directory in which the 'zope.py' file (or other executable file used to start Zope) lives.
+# Default:
+#
+#     The directory in which the 'zope.py' file (or other executable file
+#     used to start Zope) lives.
 #
 # Example:
 #
 #    zope_home /home/chrism/software/Trunk
-#
 
 
 # Directive: instance_home
@@ -28,7 +38,6 @@
 # Example:
 #
 #    instance_home /home/chrism/projects/sessions
-#
 
 
 # Directive: software_home
@@ -44,7 +53,6 @@
 # Example:
 #
 #    software_home /home/chrism/software/Trunk/lib/python
-#
 
 
 # Directive: client_home
@@ -60,7 +68,6 @@

[-=- -=- -=- 742 lines omitted -=- -=- -=-]

 
 
 # Directive: zeo_client_min_disconnect_poll
@@ -1082,14 +1033,13 @@
 #     retrying a connection after a failure. The default is 5 if this is
 #     left unset.
 #
-# Influences: special (custom_zodb.py) command-line switch to z2.py
+# Influences: zope.py configuration
 #
 # Default: 5
 #
 # Example:
 #
 #    zeo_client_min_disconnect_poll 10
-#
 
 
 # Directive: zeo_client_max_disconnect_poll
@@ -1099,14 +1049,13 @@
 #     retrying a connection after a failure. The default is 300 if this is
 #     left unset.
 #
-# Influences: special (custom_zodb.py) command-line switch to z2.py
+# Influences: zope.py configuration
 #
 # Default: 300
 #
 # Example:
 #
 #    zeo_client_max_disconnect_poll 300
-#
 
 
 # Directive: zeo_client_wait_for_server_on_startup
@@ -1118,13 +1067,12 @@
 #     cache file at startup even if it cannot make a connection to a
 #     storage server.
 #
-# Influences: special (custom_zodb.py) command-line switch to z2.py
+# Influences: zope.py configuration
 #
 # Default: off
 #
 # Example:
 #
 #    zeo_client_wait_for_server_on_startup on
-#