[interchange-cvs] interchange - racke modified lib/Vend/Config.pm

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Sun Oct 7 07:56:06 2001


User:      racke
Date:      2001-10-07 11:55:29 GMT
Modified:  lib/Vend Config.pm
Log:
new configuration variables StaticIndex and StaticSessionDefault

Revision  Changes    Path
2.7       +5 -3      interchange/lib/Vend/Config.pm


rev 2.7, prev_rev 2.6
Index: Config.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Config.pm,v
retrieving revision 2.6
retrieving revision 2.7
diff -u -r2.6 -r2.7
--- Config.pm	2001/10/06 06:06:35	2.6
+++ Config.pm	2001/10/07 11:55:29	2.7
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.6 2001/10/06 06:06:35 mheins Exp $
+# $Id: Config.pm,v 2.7 2001/10/07 11:55:29 racke Exp $
 #
 # Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -95,7 +95,7 @@
 use Vend::Parse;
 use Vend::Util;
 
-$VERSION = substr(q$Revision: 2.6 $, 10);
+$VERSION = substr(q$Revision: 2.7 $, 10);
 
 my %CDname;
 
@@ -482,7 +482,9 @@
 	['StaticDepth',		 undef,     	     '1'],
 	['StaticFly',		 'yesno',     	     'No'],
 	['StaticLogged',	 'yesno',     	     'No'],
-	['StaticDir',		 undef,     	     ''], 
+	['StaticDir',		 undef,     	     ''],
+	['StaticIndex',		 undef,     	     ''], 					  
+	['StaticSessionDefault',	 'hash',     ''],
 	['SOAP',			 'yesno',			 'No'],
 	['SOAP_Enable',		 'hash',			 ''],
 	['UserDB',			 'locale',	     	 ''],