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/, etc.BSD/
Date: Sun, 28 Aug 2016 16:55:16
Message-Id: 1472403157.e302b8402399f18ecfe856c854a3d247cc2c646f.williamh@gentoo
1 commit: e302b8402399f18ecfe856c854a3d247cc2c646f
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 16:52:37 2016 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 28 16:52:37 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=e302b840
7
8 os-release: Update Gentoo web site and support URLs
9
10 https://bugs.gentoo.org/show_bug.cgi?id=545516
11
12 etc.BSD/os-release | 4 ++--
13 etc.Linux/os-release | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/etc.BSD/os-release b/etc.BSD/os-release
17 index d15cc51..d1d9339 100644
18 --- a/etc.BSD/os-release
19 +++ b/etc.BSD/os-release
20 @@ -2,6 +2,6 @@ NAME=Gentoo
21 ID=gentoo
22 PRETTY_NAME="Gentoo/BSD"
23 ANSI_COLOR="1;32"
24 -HOME_URL="http://www.gentoo.org/"
25 -SUPPORT_URL="http://www.gentoo.org/main/en/support.xml"
26 +HOME_URL="https://www.gentoo.org/"
27 +SUPPORT_URL="https://www.gentoo.org/support/"
28 BUG_REPORT_URL="https://bugs.gentoo.org/"
29
30 diff --git a/etc.Linux/os-release b/etc.Linux/os-release
31 index 44ff8fb..2a75fec 100644
32 --- a/etc.Linux/os-release
33 +++ b/etc.Linux/os-release
34 @@ -2,6 +2,6 @@ NAME=Gentoo
35 ID=gentoo
36 PRETTY_NAME="Gentoo/Linux"
37 ANSI_COLOR="1;32"
38 -HOME_URL="http://www.gentoo.org/"
39 -SUPPORT_URL="http://www.gentoo.org/main/en/support.xml"
40 +HOME_URL="https://www.gentoo.org/"
41 +SUPPORT_URL="https://www.gentoo.org/support/"
42 BUG_REPORT_URL="https://bugs.gentoo.org/"