Author: glen                         Date: Tue Dec 13 11:28:37 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- /etc/... .d doesn't usually require %config

---- Files affected:
SPECS:
   adapter.awk (1.231 -> 1.232) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.231 SPECS/adapter.awk:1.232
--- SPECS/adapter.awk:1.231     Mon Dec 12 17:23:55 2005
+++ SPECS/adapter.awk   Tue Dec 13 12:28:32 2005
@@ -1041,7 +1041,7 @@
        # /etc/sysconfig files
        # %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) 
/etc/sysconfig/*
        # attr not required, allow default 644 attr
-       if (!/network-scripts/ && !/%dir/ && !/functions/ && 
!/\/etc\/sysconfig\/wmstyle/) {
+       if (!/network-scripts/ && !/%dir/ && !/\.d$/ && !/functions/ && 
!/\/etc\/sysconfig\/wmstyle/) {
                if (/\/etc\/sysconfig\// && /%config/ && 
!/%config\(noreplace\)/) {
                        gsub("%config", "%config(noreplace)")
                }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.231&r2=1.232&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to