From 0baa3bf26c3ac053641033fe35ea55d589407ed0 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Fri, 7 Oct 2016 10:34:17 -0500 Subject: 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(-) (limited to 'sys-cluster') 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 -- cgit v1.2.3-65-gdbad