[packages/adapter: 214/631] - leave /etc/env.d alone
glen
glen at pld-linux.org
Mon Sep 12 19:52:24 CEST 2016
commit 6c1783152fe82d6e840ae4bdced79e5a0665ae4d
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Sat Oct 22 12:33:37 2005 +0000
- leave /etc/env.d alone
Changed files:
adapter.awk -> 1.205
adapter.awk | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index 9571ea1..2b5efba 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -815,6 +815,8 @@ function use_macros()
continue;
if ($c ~ sysconfdir "/{?crontab.d")
continue;
+ if ($c ~ sysconfdir "/{?env.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