Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/files/
Date: Fri, 07 Oct 2016 15:34:51
Message-Id: 1475854457.0baa3bf26c3ac053641033fe35ea55d589407ed0.prometheanfire@gentoo
1 commit: 0baa3bf26c3ac053641033fe35ea55d589407ed0
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 7 15:34:17 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 7 15:34:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0baa3bf2
7
8 sys-cluster/heat: conf.d isn't NEEDED
9
10 Package-Manager: portage-2.3.0
11
12 sys-cluster/heat/files/heat.initd | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/sys-cluster/heat/files/heat.initd b/sys-cluster/heat/files/heat.initd
16 index a3fa50e..41ec14c 100644
17 --- a/sys-cluster/heat/files/heat.initd
18 +++ b/sys-cluster/heat/files/heat.initd
19 @@ -12,7 +12,6 @@ depend() {
20 checkconfig() {
21 if [ ! -r /etc/conf.d/$BASENAME ]; then
22 eerror "No heat conf.d file found: /etc/conf.d/$BASENAME)"
23 - return 1
24 else
25 . /etc/conf.d/$BASENAME
26 fi