summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/heat/files/heat.initd')
-rw-r--r--sys-cluster/heat/files/heat.initd1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-cluster/heat/files/heat.initd b/sys-cluster/heat/files/heat.initd
index a3fa50eec4a4..41ec14cf82a3 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