SPECS: adapter.awk - leave /etc/env.d alone
glen
glen at pld-linux.org
Sat Oct 22 14:33:42 CEST 2005
Author: glen Date: Sat Oct 22 12:33:42 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- leave /etc/env.d alone
---- Files affected:
SPECS:
adapter.awk (1.204 -> 1.205)
---- Diffs:
================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.204 SPECS/adapter.awk:1.205
--- SPECS/adapter.awk:1.204 Sat Oct 22 14:22:26 2005
+++ SPECS/adapter.awk Sat Oct 22 14:33:37 2005
@@ -815,6 +815,8 @@
continue;
if ($c ~ sysconfdir "/{?crontab.d")
continue;
+ if ($c ~ sysconfdir "/{?env.d")
+ continue;
if ($c ~ sysconfdir "/{?logrotate.d")
continue;
if ($c ~ sysconfdir "/{?pam.d")
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.204&r2=1.205&f=u
More information about the pld-cvs-commit
mailing list