projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5d1dea
)
sys-cluster/heat: conf.d isn't NEEDED
author
Matthew Thode
<prometheanfire@gentoo.org>
Fri, 7 Oct 2016 15:34:17 +0000
(10:34 -0500)
committer
Matthew 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
patch
|
blob
|
history
diff --git
a/sys-cluster/heat/files/heat.initd
b/sys-cluster/heat/files/heat.initd
index a3fa50eec4a4b75ce13479f0208ab19117bf8f88..41ec14cf82a35a9e299c06e0ab4f10957771cb0d 100644
(file)
--- 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