[packages/adapter: 354/631] - do not adapter /etc/ppp
glen
glen at pld-linux.org
Mon Sep 12 20:04:07 CEST 2016
commit 5dc7f5e49edd888787365667eaad2c023efe661b
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Tue Dec 12 00:32:19 2006 +0000
- do not adapter /etc/ppp
Changed files:
adapter.awk -> 1.341
adapter.awk | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index 797751c..89dfe69 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -1169,6 +1169,8 @@ function use_macros()
continue;
if ($c ~ sysconfdir "/shells")
continue;
+ if ($c ~ sysconfdir "/ppp")
+ continue;
gsub(sysconfdir, "%{_sysconfdir}", $c)
}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885
More information about the pld-cvs-commit
mailing list