commit:     d563d72ef81b189d41d0b4a62fa1dce45468df8e
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 08:17:54 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed May  4 08:20:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d563d72e

app-emulation/virtualbox: Fixed openrc init script shebang.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 app-emulation/virtualbox/files/vboxwebsrv-initd | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-emulation/virtualbox/files/vboxwebsrv-initd 
b/app-emulation/virtualbox/files/vboxwebsrv-initd
index e736df0..d954496 100644
--- a/app-emulation/virtualbox/files/vboxwebsrv-initd
+++ b/app-emulation/virtualbox/files/vboxwebsrv-initd
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2011 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,8 +8,6 @@ depend() {
 }
 
 start() {
-       #checkconfig || return $?
-
        ebegin "Starting VirtualBox WebService"
        start-stop-daemon --start --quiet --user ${VBOXWEBSRV_USER} --pidfile 
/var/run/vboxwebsrv.pid \
                --background --make-pidfile --exec /usr/bin/vboxwebsrv \

Reply via email to