[packages/adapter: 51/631] - do not subst /etc/logrotate.d to %{_sysconfigdir}/logrotate.d.

glen glen at pld-linux.org
Mon Sep 12 19:38:44 CEST 2016


commit 9ad7f20ba284a348b151f8abd75f4d2ed795f8ef
Author: kloczek <kloczek at pld-linux.org>
Date:   Sat May 13 14:55:48 2000 +0000

    - do not subst /etc/logrotate.d to %{_sysconfigdir}/logrotate.d.
    
    Changed files:
        adapter.awk -> 1.51

 adapter.awk | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index 7a32975..1c370b6 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -411,6 +411,8 @@ function use_macros()
 			continue;
 		if ($c ~ sysconfdir "/pam.d")
 			continue;
+		if ($c ~ sysconfdir "/logrotate.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