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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Sep 22 11:34:57 EDT 2005


User:      racke
Date:      2005-09-22 15:34:57 GMT
Modified:  debian   interchange.cfg
Log:
swish setting added, show which settings can be changed via debconf

Revision  Changes    Path
2.13      +18 -10    interchange/debian/interchange.cfg


rev 2.13, prev_rev 2.12
Index: interchange.cfg
===================================================================
RCS file: /anon_cvs/repository/interchange/debian/interchange.cfg,v
retrieving revision 2.12
retrieving revision 2.13
diff -u -r2.12 -r2.13
--- interchange.cfg	5 May 2003 15:32:52 -0000	2.12
+++ interchange.cfg	22 Sep 2005 15:34:57 -0000	2.13
@@ -5,23 +5,24 @@
 
 #========================================================================#
 
-# These settings (DEBUG, FULL_URL, ROBOTS, SOAP, TRAFFIC, UI, UI_LOCALE) 
-# all affect other configuration directives below.
+# These settings (DEBUG, FULL_URL, ROBOTS, SOAP, SWISH, 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
 # manually (not recommended), with /usr/sbin/interchangeconfig
-# or dpkg-reconfigure.
+# or dpkg-reconfigure (only settings flagged with *).
 #
-# DEBUG:    Set to 1 to send extra debugging info to file 
+# DEBUG:     Set to 1 to send extra debugging info to file 
 #           /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.
+# 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.
+# SWISH:     Set to 1 for enabling the Swish search.
+# TRAFFIC*:  Set to "low", "high", or "rpc" to get different server parameters.
+# UI:        Set to 1 to include back-end administration interface.
 
 include /usr/lib/interchange/VERSION
 include /etc/interchange/features.cfg
@@ -104,6 +105,13 @@
 # Whether to run the SOAP server
 ifdef @SOAP
 SOAP Yes
+endif
+
+# Whether to enable the Swish search
+ifdef @SWISH
+Require module Vend::Swish
+AddDirective Swish hash
+Variable swish Vend::Swish
 endif
 
 # Set this so cookies are issued only for the current catalog, not for








More information about the interchange-cvs mailing list