validator/httpd/cgi-bin check,1.346,1.347

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv21315/httpd/cgi-bin

Modified Files:
	check 
Log Message:
Add a note about pathcheck() and error messages.

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -d -r1.346 -r1.347
--- check	22 Sep 2004 00:53:54 -0000	1.346
+++ check	10 Oct 2004 15:12:18 -0000	1.347
@@ -153,6 +153,8 @@
 
   #
   # Check paths in config...
+  # @@@ This does not do a very good job error-message-wise if a path is
+  # @@@ missing...
   {
     my @dirs = ();
     push @dirs, $CFG->{Paths}->{Base};

Received on Sunday, 10 October 2004 15:12:21 UTC