[interchange-cvs] interchange - racke modified debian/interchange.cfg

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon Apr 7 08:02:03 2003


User:      racke
Date:      2003-04-07 12:01:30 GMT
Modified:  debian   interchange.cfg
Log:
robots configuration file added
configure SOAP

Revision  Changes    Path
2.10      +12 -2     interchange/debian/interchange.cfg


rev 2.10, prev_rev 2.9
Index: interchange.cfg
===================================================================
RCS file: /anon_cvs/repository/interchange/debian/interchange.cfg,v
retrieving revision 2.9
retrieving revision 2.10
diff -u -r2.9 -r2.10
--- interchange.cfg	4 Apr 2003 17:01:34 -0000	2.9
+++ interchange.cfg	7 Apr 2003 12:01:30 -0000	2.10
@@ -5,8 +5,8 @@
 
 #========================================================================#
 
-# These settings (DEBUG, FULL_URL, SOAP, TRAFFIC, UI, UI_LOCALE) all affect
-# other configuration directives below.
+# These settings (DEBUG, FULL_URL, ROBOTS, SOAP, TRAFFIC, UI, UI_LOCALE) 
+# all affect other configuration directives below.
 #
 # We read them from /etc/interchange/features.cfg resp.
 # /etc/interchange/settings.cfg. You may modify the latter file
@@ -17,6 +17,8 @@
 #           /var/log/interchange/debug.log and get a dump of global 
 #           and catalog data structures.
 # FULL_URL: Set to 1 for enabling the FullURL configuration directive.
+# ROBOTS:   Set to 1 to include Robots* configuration directives from 
+#           robots.cfg.
 # SOAP:		Set to 1 for enabling the SOAP server.
 # TRAFFIC:  Set to "low", "high", or "rpc" to get different server parameters.
 # UI:       Set to 1 to include back-end administration interface.
@@ -113,6 +115,14 @@
 Message Calling UI...
 include lib/UI/ui.cfg
 Variable UI_SECURE 1
+endif
+
+ifdef @SOAP
+SOAP 1
+endif
+
+ifdef @ROBOTS
+include /etc/interchange/robots.cfg
 endif
 
 # Include global usertags put up by the administrator