Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/heat/files/
Date: Thu, 28 Apr 2022 08:08:13
Message-Id: 1651132678.66a968be028bd3dcb059ff56410cd1d74a641215.Alessandro-Barbieri@gentoo
1 commit: 66a968be028bd3dcb059ff56410cd1d74a641215
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Apr 28 07:57:58 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu Apr 28 07:57:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66a968be
7
8 sys-cluster/heat: fix header
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sys-cluster/heat/files/heat.initd | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/heat/files/heat.initd b/sys-cluster/heat/files/heat.initd
16 index 295879ebe..ae157492b 100644
17 --- a/sys-cluster/heat/files/heat.initd
18 +++ b/sys-cluster/heat/files/heat.initd
19 @@ -1,5 +1,5 @@
20 #!/sbin/openrc-run
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 description="Starts ${SVCNAME} service for OpenStack"