Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/baselayout:master commit in: etc.Linux/
Date: Sat, 17 Apr 2021 19:42:28
Message-Id: 1618688275.a437fae9e64f4f6d810433ea73e834cd0caae962.williamh@gentoo
1 commit: a437fae9e64f4f6d810433ea73e834cd0caae962
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 17 19:37:49 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 17 19:37:55 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=a437fae9
7
8 fix PRETTY_NAME
9
10 Fixes: https://bugs.gentoo.org/772155
11 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
12
13 etc.Linux/os-release | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/etc.Linux/os-release b/etc.Linux/os-release
17 index 2a75fec6..b8274bc8 100644
18 --- a/etc.Linux/os-release
19 +++ b/etc.Linux/os-release
20 @@ -1,6 +1,6 @@
21 NAME=Gentoo
22 ID=gentoo
23 -PRETTY_NAME="Gentoo/Linux"
24 +PRETTY_NAME="Gentoo Linux"
25 ANSI_COLOR="1;32"
26 HOME_URL="https://www.gentoo.org/"
27 SUPPORT_URL="https://www.gentoo.org/support/"