[packages/adapter: 324/631] - groups adapter - /etc/shell is good
glen
glen at pld-linux.org
Mon Sep 12 20:01:36 CEST 2016
commit 52a943cf0e854723e6dd53701f18579c31f3490a
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Mon Jun 5 21:44:34 2006 +0000
- groups adapter
- /etc/shell is good
Changed files:
adapter.awk -> 1.312
adapter.awk | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index 3af83f6..f4f6c41 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -666,6 +666,8 @@ preamble == 1 {
sub(/^Development\/Testing$/, "Development", group)
sub(/^Text Processing\/Markup\/HTML$/, "Applications/Text", group)
sub(/^Text Processing\/Markup\/XML$/, "Applications/Text", group)
+ sub(/^Web\/Database$/, "Applications/WWW", group)
+ sub(/^System Environment\/Base$/, "Base", group)
$0 = "Group:\t\t" group
@@ -1114,8 +1116,11 @@ function use_macros()
continue;
if ($c ~ sysconfdir "/{?samba")
continue;
+ if ($c ~ sysconfdir "/shells")
+ continue;
gsub(sysconfdir, "%{_sysconfdir}", $c)
}
+ return
gsub(docdir, "%{_docdir}")
gsub(php_pear_dir, "%{php_pear_dir}")
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885
More information about the pld-cvs-commit
mailing list