[Zope-CVS] CVS: Packages/zasync/client/zasync - example_start_script:1.3 zasync.conf:1.5

Gary Poster gary at zope.com
Fri Nov 12 20:11:22 EST 2004


Update of /cvs-repository/Packages/zasync/client/zasync
In directory cvs.zope.org:/tmp/cvs-serv17226/client/zasync

Modified Files:
	example_start_script zasync.conf 
Log Message:
A new diagnostic page for the ZMI call manager.  An attempt to improve the README file to give people more of a chance to get this set up and going.  A clean up of the two example configuration scripts to remove references to Zope 3, which really probably just confused matters.  I probably will announce this version as a beta sometime this weekend.



=== Packages/zasync/client/zasync/example_start_script 1.2 => 1.3 ===
--- Packages/zasync/client/zasync/example_start_script:1.2	Tue Oct 19 12:49:42 2004
+++ Packages/zasync/client/zasync/example_start_script	Fri Nov 12 20:10:52 2004
@@ -6,9 +6,8 @@
 CONFIG_FILE="${BASE_DIR}/etc/zasync.conf"
 SOFTWARE_HOME="${BASE_DIR}/opt/Zope2/lib/python"
 CLIENT_HOME="${BASE_DIR}/opt/zasync/client"
-ZOPE3_SRC="${BASE_DIR}/opt/Zope3/src"
 ZOPE_LIB_PYTHON="${BASE_DIR}/var/zope/lib/python"
-PYTHONPATH="${CLIENT_HOME}:${ZOPE_LIB_PYTHON}:${SOFTWARE_HOME}:${ZOPE3_SRC}"
+PYTHONPATH="${CLIENT_HOME}:${ZOPE_LIB_PYTHON}:${SOFTWARE_HOME}"
 export PYTHONPATH
 
 exec $PYTHON -c "from zasync import run;run('$CONFIG_FILE')"


=== Packages/zasync/client/zasync/zasync.conf 1.4 => 1.5 ===
--- Packages/zasync/client/zasync/zasync.conf:1.4	Thu Oct 28 18:22:20 2004
+++ Packages/zasync/client/zasync/zasync.conf	Fri Nov 12 20:10:52 2004
@@ -30,9 +30,9 @@
 #
 # Example:
 #
-<environment>
-   ZOPE3_SITE_ZCML $INSTANCE/etc/site.zcml
-</environment>
+#    <environment>
+#       ZOPE3_SITE_ZCML $INSTANCE/etc/site.zcml
+#    </environment>
 
 # Directive: instancehome
 #
@@ -42,7 +42,6 @@
 #
 # Example:
 #     instancehome $INSTANCE
-instancehome $INSTANCE
 
 # Directive: products
 #
@@ -61,9 +60,6 @@
 # Example: 
 #     products $INSTANCE/Products
 
-products $BASE_DIR/opt/Products
-
-
 # Directive: path
 #
 # Description:
@@ -79,7 +75,6 @@
 # Default:
 #     path $INSTANCE/lib/python
 
-
 # Directive: security-policy-implementation
 #
 # Description:
@@ -109,7 +104,6 @@
 #
 #    skip-authentication-checking on
 
-
 # Directive: skip-ownership-checking
 #
 # Description:
@@ -125,7 +119,6 @@
 #
 #    skip-ownership-checking on
 
-
 ##############################################################################
 # Identify the zasync's target: the ZEO server and the path to the 
 # asynchronous call manager.
@@ -243,19 +236,19 @@
 #       timeout 60
 #     </plugin>
 
-<plugin unprotected_ldap>
-  handler zasync.plugins.query_unprotected_ldap
-  timeout 60
-  # description Query ldap and return the results, if any
-  # retry yes
-</plugin>
-
-<plugin protected_ldap>
-  handler zasync.plugins.query_protected_ldap
-  timeout 60
-  # description Query ldaps (over SSL) and return the results, if any
-  # retry yes
-</plugin>
+# <plugin unprotected_ldap>
+#   handler zasync.plugins.query_unprotected_ldap
+#   timeout 60
+#   # description Query ldap and return the results, if any
+#   # retry yes
+# </plugin>
+
+# <plugin protected_ldap>
+#   handler zasync.plugins.query_protected_ldap
+#   timeout 60
+#   # description Query ldaps (over SSL) and return the results, if any
+#   # retry yes
+# </plugin>
 
 <plugin zope_exec>
   handler zasync.plugins.zope_exec



More information about the Zope-CVS mailing list