diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:12 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 266d579227628f349df767fb1dd83522cdae1181 (patch) | |
tree | fffba0dc5b348c94fddfe59a0e5209d7f16ed9b4 /app-emulation | |
parent | app-emulation/phpvirtualbox: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-266d579227628f349df767fb1dd83522cdae1181.tar.gz gentoo-266d579227628f349df767fb1dd83522cdae1181.tar.bz2 gentoo-266d579227628f349df767fb1dd83522cdae1181.zip |
app-emulation/qemu: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/files/qemu-binfmt.initd-r1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/files/qemu-binfmt.initd-r1 b/app-emulation/qemu/files/qemu-binfmt.initd-r1 index 3e518a998f17..5ad0fc0e45c4 100644 --- a/app-emulation/qemu/files/qemu-binfmt.initd-r1 +++ b/app-emulation/qemu/files/qemu-binfmt.initd-r1 @@ -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$ |