[packages/adapter: 296/631] - chkconfig is ok to referenced directly, in most cases
glen
glen at pld-linux.org
Mon Sep 12 19:59:16 CEST 2016
commit f06959ff29b6a548c98b3e6a2eb31c92b645154f
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Thu Mar 2 23:00:37 2006 +0000
- chkconfig is ok to referenced directly, in most cases
Changed files:
adapter.awk -> 1.286
adapter.awk | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index 8d3c17b..fe97f7c 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -930,6 +930,8 @@ function use_macros()
continue;
if ($c ~ sbindir "/usermod")
continue;
+ if ($c ~ sbindir "/chkconfig")
+ continue;
gsub(sbindir, "%{_sbindir}", $c)
}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885
More information about the pld-cvs-commit
mailing list