diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:14 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 16130d5bd3e897f75a101b8b657b9f3a57f84818 (patch) | |
tree | 1004d45928678edba2659a2c27001c5a9796e65f /app-emulation/spice-vdagent | |
parent | app-emulation/qemu-guest-agent: use #!/sbin/openrc-run instead of #!/sbin/run... (diff) | |
download | gentoo-16130d5bd3e897f75a101b8b657b9f3a57f84818.tar.gz gentoo-16130d5bd3e897f75a101b8b657b9f3a57f84818.tar.bz2 gentoo-16130d5bd3e897f75a101b8b657b9f3a57f84818.zip |
app-emulation/spice-vdagent: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-emulation/spice-vdagent')
-rw-r--r-- | app-emulation/spice-vdagent/files/spice-vdagent.initd | 2 | ||||
-rw-r--r-- | app-emulation/spice-vdagent/files/spice-vdagent.initd-2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/spice-vdagent/files/spice-vdagent.initd b/app-emulation/spice-vdagent/files/spice-vdagent.initd index 68a64fb8b051..d9ab902b9746 100644 --- a/app-emulation/spice-vdagent/files/spice-vdagent.initd +++ b/app-emulation/spice-vdagent/files/spice-vdagent.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/spice-vdagent/files/spice-vdagent.initd-2 b/app-emulation/spice-vdagent/files/spice-vdagent.initd-2 index a394a851125a..6851ec4c7487 100644 --- a/app-emulation/spice-vdagent/files/spice-vdagent.initd-2 +++ b/app-emulation/spice-vdagent/files/spice-vdagent.initd-2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |