Author: glen                         Date: Mon Dec 12 16:24:01 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added /etc/ld.so.conf.d
- typo in group fix
- skip sysconfig/wmstyle %config enforcement

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

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.230 SPECS/adapter.awk:1.231
--- SPECS/adapter.awk:1.230     Mon Dec 12 16:19:10 2005
+++ SPECS/adapter.awk   Mon Dec 12 17:23:55 2005
@@ -565,6 +565,7 @@
                sub(/^X11\/XFree86$/, "X11", Grupa)
                sub(/^Applications\/Compilers$/, "Development/Languages", Grupa)
                sub(/^Applications\/Internet\/Peer to Peer/, 
"Applications/Networking", Grupa)
+               sub(/^Networking\/Deamons$/, "Networking/Daemons", Grupa)
 
                print "Group:\t\t" Grupa
                if (Grupa ~ /^X11/ && x11 == 0) # Is it X11 application?
@@ -872,6 +873,8 @@
                        continue;
                if ($c ~ sysconfdir "/{?X11")
                        continue;
+               if ($c ~ sysconfdir "/{?ld.so.conf.d")
+                       continue;
                if ($c ~ sysconfdir "/{?httpd") # temp
                        continue;
                gsub(sysconfdir, "%{_sysconfdir}", $c)
@@ -1038,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/) {
+       if (!/network-scripts/ && !/%dir/ && !/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.230&r2=1.231&f=u

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

Reply via email to