[interchange-cvs] another lost notification

Jon Jensen interchange-core@interchange.redhat.com
Tue Oct 16 18:04:03 2001


User:      racke
Date:      2001-10-16 21:36:46 GMT
Modified:  lib/Vend Config.pm
Log:
StaticTrack directive added (experimental stuff)

Revision  Changes    Path
2.11      +3 -2      interchange/lib/Vend/Config.pm


rev 2.11, prev_rev 2.10
Index: Config.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Config.pm,v
retrieving revision 2.10
retrieving revision 2.11
diff -u -r2.10 -r2.11
--- Config.pm	2001/10/09 22:32:52	2.10
+++ Config.pm	2001/10/16 21:36:45	2.11
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.10 2001/10/09 22:32:52 mheins Exp $
+# $Id: Config.pm,v 2.11 2001/10/16 21:36:45 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.10 $, 10);
+$VERSION = substr(q$Revision: 2.11 $, 10);

 my %CDname;

@@ -485,6 +485,7 @@
 	['StaticDir',		 undef,     	     ''],
 	['StaticIndex',		 undef,     	     ''],
 	['StaticSessionDefault',	 'hash',     ''],
+	['StaticTrack',		 undef,     	     ''],
 	['SOAP',			 'yesno',			 'No'],
 	['SOAP_Enable',		 'hash',			 ''],
 	['UserDB',			 'locale',	     	 ''],