sys-cluster/heat: conf.d isn't NEEDED
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 7 Oct 2016 15:34:17 +0000 (10:34 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 7 Oct 2016 15:34:17 +0000 (10:34 -0500)
Package-Manager: portage-2.3.0

sys-cluster/heat/files/heat.initd

index a3fa50eec4a4b75ce13479f0208ab19117bf8f88..41ec14cf82a35a9e299c06e0ab4f10957771cb0d 100644 (file)
@@ -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