commit 807a0f6b9da9d5b96c55218916d1899b76300193
Author: kloczek <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to