app-emulation/virtualbox: Fixed openrc init script shebang.
authorLars Wendler <polynomial-c@gentoo.org>
Wed, 4 May 2016 08:17:54 +0000 (10:17 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Wed, 4 May 2016 08:20:56 +0000 (10:20 +0200)
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
app-emulation/virtualbox/files/vboxwebsrv-initd

index e736df06e731f280ae36734c861caf2dd02479a5..d9544962f149da3b4a930cc860afd1847e761dad 100644 (file)
@@ -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 \