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

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Mon Oct 29 03:56:02 2001


User:      racke
Date:      2001-10-29 08:55:22 GMT
Modified:  lib/Vend Tag: LINUXIA Config.pm
Log:
backport of StaticTrack directive

Revision  Changes    Path
No                   revision



No                   revision



1.23.4.11 +3 -2      interchange/lib/Vend/Config.pm


rev 1.23.4.11, prev_rev 1.23.4.10
Index: Config.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Config.pm,v
retrieving revision 1.23.4.10
retrieving revision 1.23.4.11
diff -u -r1.23.4.10 -r1.23.4.11
--- Config.pm	2001/10/09 12:03:27	1.23.4.10
+++ Config.pm	2001/10/29 08:55:21	1.23.4.11
@@ -1,6 +1,6 @@
 # Config.pm - Configure Interchange
 #
-# $Id: Config.pm,v 1.23.4.10 2001/10/09 12:03:27 racke Exp $
+# $Id: Config.pm,v 1.23.4.11 2001/10/29 08:55:21 racke Exp $
 #
 # Copyright (C) 1996-2000 Akopia, Inc. <info@akopia.com>
 #
@@ -104,7 +104,7 @@
 	};
 }
 
-$VERSION = substr(q$Revision: 1.23.4.10 $, 10);
+$VERSION = substr(q$Revision: 1.23.4.11 $, 10);
 
 my %CDname;
 
@@ -428,6 +428,7 @@
     ['StaticDir',		 undef,     	     ''],
     ['StaticIndex',		 undef,     	     ''],
     ['StaticSessionDefault',	'hash',	     ''],
+	['StaticTrack',		 undef,     	     ''],
 	['UserDB',			 'locale',	     	 ''], 
 	['UserDatabase',	 undef,		     	 ''],  #undocumented
     ['RobotLimit',		 'integer',		      0],