diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:11 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 0c4643cd94c1720cbefcdf6dfbdf598bef608b49 (patch) | |
tree | 10da2833704b65b275edef5d6fac36735b0c9838 /app-emulation | |
parent | app-emulation/lxd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-0c4643cd94c1720cbefcdf6dfbdf598bef608b49.tar.gz gentoo-0c4643cd94c1720cbefcdf6dfbdf598bef608b49.tar.bz2 gentoo-0c4643cd94c1720cbefcdf6dfbdf598bef608b49.zip |
app-emulation/open-vm-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/open-vm-tools/files/open-vm-tools.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/open-vm-tools/files/open-vm-tools.initd b/app-emulation/open-vm-tools/files/open-vm-tools.initd index 6da69d4fb6ed..5bdd086d7e3e 100644 --- a/app-emulation/open-vm-tools/files/open-vm-tools.initd +++ b/app-emulation/open-vm-tools/files/open-vm-tools.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |