diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:07 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 33e03bcf9d89ee4fea41c427298cd23fcc965d1a (patch) | |
tree | 2f19452122fa7336ec0049cba62615eba161d1da /app-emulation | |
parent | 020279a7a63e859bcc2935d4a22e45c1f07ca5db (diff) | |
download | gentoo-33e03bcf9d89ee4fea41c427298cd23fcc965d1a.tar.gz gentoo-33e03bcf9d89ee4fea41c427298cd23fcc965d1a.tar.xz |
app-emulation/ganeti: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/ganeti/files/ganeti-kvm-poweroff.initd | 2 | ||||
-rw-r--r-- | app-emulation/ganeti/files/ganeti.initd-r3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/ganeti/files/ganeti-kvm-poweroff.initd b/app-emulation/ganeti/files/ganeti-kvm-poweroff.initd index 967f0acff78..487e9e59a3f 100644 --- a/app-emulation/ganeti/files/ganeti-kvm-poweroff.initd +++ b/app-emulation/ganeti/files/ganeti-kvm-poweroff.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/app-emulation/ganeti/files/ganeti.initd-r3 b/app-emulation/ganeti/files/ganeti.initd-r3 index d425fd0dccc..501563ca879 100644 --- a/app-emulation/ganeti/files/ganeti.initd-r3 +++ b/app-emulation/ganeti/files/ganeti.initd-r3 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |