[packages/adapter: 46/631] - do not subst /etc/pam.d and /etc/security.
glen
glen at pld-linux.org
Mon Sep 12 19:38:19 CEST 2016
commit a9b2c8c786131568633ba566c2e2c0fcbfc5a177
Author: kloczek <kloczek at pld-linux.org>
Date: Fri May 5 03:50:34 2000 +0000
- do not subst /etc/pam.d and /etc/security.
Changed files:
adapter.awk -> 1.46
adapter.awk | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index b2beb9e..df4025a 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -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)
}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885
More information about the pld-cvs-commit
mailing list