[packages/adapter: 56/631] - do not subst /etc/crontab.d.

glen glen at pld-linux.org
Mon Sep 12 19:39:09 CEST 2016


commit 807a0f6b9da9d5b96c55218916d1899b76300193
Author: kloczek <kloczek at pld-linux.org>
Date:   Thu May 18 01:53:23 2000 +0000

    - do not subst /etc/crontab.d.
    
    Changed files:
        adapter.awk -> 1.56

 adapter.awk | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index d814863..448ea9f 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -412,6 +412,8 @@ function use_macros()
 	for (c = 1; c <= NF; c++) {
 		if ($c ~ sysconfdir "/cron.d")
 			continue;
+		if ($c ~ sysconfdir "/crontab.d")
+			continue;
 		if ($c ~ sysconfdir "/logrotate.d")
 			continue;
 		if ($c ~ sysconfdir "/pam.d")
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885



More information about the pld-cvs-commit mailing list