commit: 0baa3bf26c3ac053641033fe35ea55d589407ed0
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 7 15:34:17 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Oct 7 15:34:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0baa3bf2
sys-cluster/heat: conf.d isn't NEEDED
Package-Manager: portage-2.3.0
sys-cluster/heat/files/heat.initd | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys-cluster/heat/files/heat.initd
b/sys-cluster/heat/files/heat.initd
index a3fa50e..41ec14c 100644
--- a/sys-cluster/heat/files/heat.initd
+++ b/sys-cluster/heat/files/heat.initd
@@ -12,7 +12,6 @@ depend() {
checkconfig() {
if [ ! -r /etc/conf.d/$BASENAME ]; then
eerror "No heat conf.d file found: /etc/conf.d/$BASENAME)"
- return 1
else
. /etc/conf.d/$BASENAME
fi