]> git.pld-linux.org Git - packages/adapter.git/commitdiff
- leave /etc/env.d alone
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 22 Oct 2005 12:33:37 +0000 (12:33 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 22 Oct 2005 12:33:37 +0000 (12:33 +0000)
Changed files:
    adapter.awk -> 1.205

adapter.awk

index 9571ea143d36f680216526ad67206cb7159ad0f1..2b5efba69ea13c63977471d713333feac0502568 100644 (file)
@@ -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")
This page took 0.255682 seconds and 4 git commands to generate.