Update of /cvsroot/leaf/CVSROOT
In directory usw-pr-cvs1:/tmp/cvs-serv9001

Modified Files:
        enforce_naming 
Log Message:
second try at disabling enforcement of lowercase file names

Index: enforce_naming
===================================================================
RCS file: /cvsroot/leaf/CVSROOT/enforce_naming,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** enforce_naming      17 Jul 2002 02:44:55 -0000      1.3
--- enforce_naming      17 Jul 2002 17:39:08 -0000      1.4
***************
*** 31,35 ****
  # 1. Verify that we do not create a file named CVS or cvs
  # 2. Verify that we do not create a file with the same name as a directory
- # 3. Verify that all filenames, except Makefile, are lowercase
  # 4. Verify that all Makefiles are mixed case, properly
  
--- 31,34 ----
***************
*** 49,59 ****
        }
  
-       # Verify that all files are lowercase, except Makefiles
-       if ((substr($_, 0, 8) ne "Makefile") and (lc($_) ne $_)) {
-               print "All filenames must be completely lowercase except ";
-               print "Makefiles. ($directory/$_)\n";
-               $exit_val = 1;
-       }
- 
        # Verify that all Makefiles are properly mixed case (M UC, the rest LC)
        if ((substr(lc($_), 0, 8) eq "makefile") and
--- 48,51 ----
***************
*** 72,76 ****
        }
  
-       next;
  }
  
--- 64,67 ----




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to