]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- do not subst /etc/pam.d and /etc/security.
authorkloczek <kloczek@pld-linux.org>
Fri, 5 May 2000 03:50:34 +0000 (03:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.46

adapter.awk

index b2beb9e9e967faf2728f23f42e7ae71cf7a55ee7..df4025ae0ad2797481cb2d5b497247e8c2fc47f0 100644 (file)
@@ -391,6 +391,10 @@ function use_macros()
                        continue;
                if ($c ~ sysconfdir "/rc.d")
                        continue;
+               if ($c ~ sysconfdir "/pam.d")
+                       continue;
+               if ($c ~ sysconfdir "/security")
+                       continue;
                gsub(sysconfdir, "%{_sysconfdir}", $c)
        }
 
This page took 0.034675 seconds and 4 git commands to generate.