diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:16 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 4a2779c4bd817b5d53bed20bd8901f0a40890f16 (patch) | |
tree | 4a983907a5a15a0e0adb62fa0f866ac9ff0ded78 | |
parent | app-emulation/vmware-workstation: use #!/sbin/openrc-run instead of #!/sbin/r... (diff) | |
download | gentoo-4a2779c4bd817b5d53bed20bd8901f0a40890f16.tar.gz gentoo-4a2779c4bd817b5d53bed20bd8901f0a40890f16.tar.bz2 gentoo-4a2779c4bd817b5d53bed20bd8901f0a40890f16.zip |
app-emulation/xe-guest-utilities: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r-- | app-emulation/xe-guest-utilities/files/xe-daemon.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xe-guest-utilities/files/xe-daemon.initd b/app-emulation/xe-guest-utilities/files/xe-daemon.initd index 0ce568dbf396..737844559109 100644 --- a/app-emulation/xe-guest-utilities/files/xe-daemon.initd +++ b/app-emulation/xe-guest-utilities/files/xe-daemon.initd @@ -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$ |