commit:     c5e6a0b8247069e0fa52114c22ba4e9a17bec637
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 10 14:17:12 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 10 14:26:44 2025 +0000
URL:        https://gitweb.gentoo.org/data/api.git/commit/?id=c5e6a0b8

uidgid2wiki.awk: List baselayout as "baselayout"

Instead of "baselayout (linux)" since we no longer have baselayout-fbsd.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 bin/uidgid2wiki.awk | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/uidgid2wiki.awk b/bin/uidgid2wiki.awk
index 7ddc302d..0d8d9d8c 100755
--- a/bin/uidgid2wiki.awk
+++ b/bin/uidgid2wiki.awk
@@ -27,11 +27,11 @@ function md2wiki(str) {
        # provider
        switch ($4) {
                case "baselayout":
-                       print "| style=\"background: #cff;\" | baselayout 
(linux)"
-                       break
-               case "baselayout-fbsd":
-                       print "| style=\"background: #ccf;\" | baselayout 
(fbsd)"
+                       print "| style=\"background: #cff;\" | baselayout"
                        break
+               #case "baselayout-fbsd":
+               #       print "| style=\"background: #ccf;\" | baselayout 
(fbsd)"
+               #       break
                case "acct":
                        printf "%s", "| style=\"background: #9fc;\" |"
                        if ($2 != "-") printf " %s", 
"[https://gitweb.gentoo.org/repo/gentoo.git/tree/acct-user/"; $1 " u:" $1 "]"

Reply via email to