From 0c4643cd94c1720cbefcdf6dfbdf598bef608b49 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:27:11 -0500 Subject: [PATCH] app-emulation/open-vm-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript --- app-emulation/open-vm-tools/files/open-vm-tools.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6da69d4fb6ed8..5bdd086d7e3ea 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$