From: Patrick McLean Date: Fri, 8 Feb 2019 01:29:35 +0000 (-0800) Subject: app-emulation/ganeti: Revert leftover debug change in -r3 init X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b0903af80ceecc320a1af8d79b394f9dd66378f9;p=gentoo.git app-emulation/ganeti: Revert leftover debug change in -r3 init Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Patrick McLean --- diff --git a/app-emulation/ganeti/files/ganeti.initd-r3 b/app-emulation/ganeti/files/ganeti.initd-r3 index 7257e992257c..18b3116a517f 100644 --- a/app-emulation/ganeti/files/ganeti.initd-r3 +++ b/app-emulation/ganeti/files/ganeti.initd-r3 @@ -10,7 +10,7 @@ depend() { use net } -DAEMON_UTIL="/usr/lib64/ganeti/daemon-util" +DAEMON_UTIL="/usr/lib/ganeti/daemon-util" is_master() { [ -z "${ganeti_master}" ] && ganeti_master="$(gnt-cluster getmaster)"