commit: b0903af80ceecc320a1af8d79b394f9dd66378f9
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Fri Feb 8 01:29:35 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Feb 8 01:29:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0903af8
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 <chutzpah <AT> gentoo.org>
app-emulation/ganeti/files/ganeti.initd-r3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/ganeti/files/ganeti.initd-r3
b/app-emulation/ganeti/files/ganeti.initd-r3
index 7257e992257..18b3116a517 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)"