diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-10-07 10:34:17 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-10-07 10:34:17 -0500 |
commit | 0baa3bf26c3ac053641033fe35ea55d589407ed0 (patch) | |
tree | adaf7248590b992944359a64c21768c4fec26a0c /sys-cluster | |
parent | www-client/vivaldi: Old. (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-cluster/heat/files/heat.initd | 1 |
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 |