CVSROOT: acl.pl - here you are...

qboosh qboosh at pld-linux.org
Sun Mar 23 21:48:16 CET 2008


Author: qboosh                       Date: Sun Mar 23 20:48:16 2008 GMT
Module: CVSROOT                       Tag: HEAD
---- Log message:
- here you are...

---- Files affected:
CVSROOT:
   acl.pl (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: CVSROOT/acl.pl
diff -u CVSROOT/acl.pl:1.12 CVSROOT/acl.pl:1.13
--- CVSROOT/acl.pl:1.12	Sun Mar 23 21:41:18 2008
+++ CVSROOT/acl.pl	Sun Mar 23 21:48:11 2008
@@ -18,7 +18,7 @@
 	while (<ACL>) {
 		chomp;
 		next if /^$/ or /^#/;
-		($rpath, $ruser, $raction) = split(/\s+/, 3);
+		($rpath, $ruser, $raction) = split(/\s+/, $_, 3);
 
 		if ($file =~ $rpath && $user =~ $ruser) {
 			return if ($raction =~ /^(accept|allow|ok)$/i);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/CVSROOT/acl.pl?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list