app-emulation/ganeti: Revert leftover debug change in -r3 init
authorPatrick McLean <patrick.mclean@sony.com>
Fri, 8 Feb 2019 01:29:35 +0000 (17:29 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Fri, 8 Feb 2019 01:29:35 +0000 (17:29 -0800)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
app-emulation/ganeti/files/ganeti.initd-r3

index 7257e992257cea18e2a9230f3c24c996f7833195..18b3116a517f89411410e369611c5ec8103e3ab3 100644 (file)
@@ -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)"