]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- /etc/... .d doesn't usually require %config
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Dec 2005 11:28:32 +0000 (11:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.232

adapter.awk

index 10f5852f91df32d9b99f7da6227739d11a98e2da..2a8de4b40db85485d5276af01b2989e14a5ebb1b 100644 (file)
@@ -1041,7 +1041,7 @@ function use_files_macros(        i, n, t, a)
        # /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)")
                }
This page took 0.037585 seconds and 4 git commands to generate.