diff options
author | Evan Teran <evan.teran@gmail.com> | 2016-09-02 10:28:55 -0400 |
---|---|---|
committer | Evan Teran <evan.teran@gmail.com> | 2016-09-02 10:28:55 -0400 |
commit | 105e0cb607e8b71cc3b6177523ba6f1757a3f21e (patch) | |
tree | 6f95d7c06009f8b3ef5ed8c887558898d15ac152 /app-emulation/vmware-player | |
parent | app-emulation/vmware-modules: really fix hardened with 304.x (diff) | |
download | vmware-105e0cb607e8b71cc3b6177523ba6f1757a3f21e.tar.gz vmware-105e0cb607e8b71cc3b6177523ba6f1757a3f21e.tar.bz2 vmware-105e0cb607e8b71cc3b6177523ba6f1757a3f21e.zip |
switching to openrc-run from runscript
Diffstat (limited to 'app-emulation/vmware-player')
-rw-r--r-- | app-emulation/vmware-player/files/vmware-11.2.rc | 2 | ||||
-rw-r--r-- | app-emulation/vmware-player/files/vmware-12.1.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/vmware-player/files/vmware-11.2.rc b/app-emulation/vmware-player/files/vmware-11.2.rc index f2dc692..3437207 100644 --- a/app-emulation/vmware-player/files/vmware-11.2.rc +++ b/app-emulation/vmware-player/files/vmware-11.2.rc @@ -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$ diff --git a/app-emulation/vmware-player/files/vmware-12.1.rc b/app-emulation/vmware-player/files/vmware-12.1.rc index 2a827bc..14ff124 100644 --- a/app-emulation/vmware-player/files/vmware-12.1.rc +++ b/app-emulation/vmware-player/files/vmware-12.1.rc @@ -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 # $Header: $ |