perl/modules/W3C/LogValidator/samples logprocess.conf,1.16,1.17

Update of /sources/public/perl/modules/W3C/LogValidator/samples
In directory hutz:/tmp/cvs-serv7557/samples

Modified Files:
	logprocess.conf 
Log Message:
changing option name for Excluded/Ignored Areas

Index: logprocess.conf
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/samples/logprocess.conf,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- logprocess.conf	14 Jul 2004 02:40:30 -0000	1.16
+++ logprocess.conf	10 Aug 2004 05:20:33 -0000	1.17
@@ -112,13 +112,13 @@
 #MaxDocuments 100
 
 
-## IgnoreArea : areas that should not be processed ##
+## ExcludeAreas : areas that should not be processed ##
 ## space separated list of areas. 
 ## regexp-like syntax (e.g . is understood as "any character") No need to escape "/"
 ## DEFAULT = None
 ## NOTE: can also be set up on a per-module basis
 ## NOTE: use AuthorizedExtensions to allow/ignore file extensions
-# IgnoreArea  test/ignore* favicon\.ico /rootarea
+# ExcludeAreas  test/ignore* favicon\.ico /rootarea
 
 
 ## UseValidationModule : chooses between available modules to process the logs
@@ -147,7 +147,7 @@
 ## if set to 0, the module will output the full list of documents
 MaxDocuments 100
 
-## IgnoreArea : areas that should not be processed ##
+## ExcludeAreas : areas that should not be processed ##
 ## NOTE: see equivalent section in general config for more info
 
 </Module>
@@ -162,7 +162,7 @@
 ## MaxInvalid 5
 ## MaxDocuments 0
 
-## IgnoreArea : areas that should not be processed ##
+## ExcludeAreas : areas that should not be processed ##
 ## NOTE: see equivalent section in general config for more info
 
 ## Other variables you may change *WARNING* at your own risks *WARNING*
@@ -186,7 +186,7 @@
 ## MaxInvalid 5
 MaxDocuments 100
 
-## IgnoreArea : areas that should not be processed ##
+## ExcludeAreas : areas that should not be processed ##
 ## NOTE: see equivalent section in general config for more info
 
 
@@ -212,7 +212,7 @@
 ## MaxInvalid 5
 ## MaxDocuments 0
 
-## IgnoreArea : areas that should not be processed ##
+## ExcludeAreas : areas that should not be processed ##
 ## NOTE: see equivalent section in general config for more info
 
 

Received on Tuesday, 10 August 2004 05:20:36 UTC