summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-10-07 10:34:17 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-10-07 10:34:17 -0500
commit0baa3bf26c3ac053641033fe35ea55d589407ed0 (patch)
treeadaf7248590b992944359a64c21768c4fec26a0c /sys-cluster/heat/files
parentwww-client/vivaldi: Old. (diff)
downloadgentoo-0baa3bf26c3ac053641033fe35ea55d589407ed0.tar.gz
gentoo-0baa3bf26c3ac053641033fe35ea55d589407ed0.tar.bz2
gentoo-0baa3bf26c3ac053641033fe35ea55d589407ed0.zip
sys-cluster/heat: conf.d isn't NEEDED
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-cluster/heat/files')
-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