SPECS: adapter.awk - don't set default %dir perms
    glen 
    glen at pld-linux.org
       
    Tue Dec  5 07:40:03 CET 2006
    
    
  
Author: glen                         Date: Tue Dec  5 06:40:03 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't set default %dir perms
---- Files affected:
SPECS:
   adapter.awk (1.337 -> 1.338) 
---- Diffs:
================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.337 SPECS/adapter.awk:1.338
--- SPECS/adapter.awk:1.337	Fri Dec  1 12:08:35 2006
+++ SPECS/adapter.awk	Tue Dec  5 07:39:58 2006
@@ -1423,6 +1423,7 @@
 
     # kill default attrs
     gsub(/%dir %attr\(755,root,root\)/, "%dir");
+    gsub(/%attr\(755,root,root\) %dir/, "%dir");
     if (!/%dir/) {
         gsub(/%attr\(644,root,root\) /, "");
     }
================================================================
---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.337&r2=1.338&f=u
    
    
More information about the pld-cvs-commit
mailing list