diff options
Diffstat (limited to 'www/zope/files/zope.conf_changes')
-rw-r--r-- | www/zope/files/zope.conf_changes | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/www/zope/files/zope.conf_changes b/www/zope/files/zope.conf_changes index a7f67e1c18aa..ba227775266c 100644 --- a/www/zope/files/zope.conf_changes +++ b/www/zope/files/zope.conf_changes @@ -1,10 +1,20 @@ ---- zope.conf.sample.orig Mon Nov 3 11:04:10 2003 -+++ zope.conf.sample Mon Nov 3 11:04:50 2003 -@@ -137,6 +137,7 @@ +--- work/Zope-2.7.0/skel/etc/zope.conf.in Fri Jan 9 00:34:08 2004 ++++ /data/infosys/zope/etc/zope.conf Wed Apr 14 09:36:46 2004 +@@ -78,7 +78,8 @@ + # + # Example: + # +-# products /home/chrism/projects/myproducts ++products %%ZOPEBASEDIR%%/Products ++products $INSTANCE/Products + + + # Directive: environment +@@ -137,6 +138,7 @@ # Example: # # effective-user chrism -+effective-user @@@ZOPE_USER@@@ ++effective-user %%ZOPE_USER%% # Directive: enable-product-installation |