From: Lars Wendler Date: Wed, 4 May 2016 08:17:54 +0000 (+0200) Subject: app-emulation/virtualbox: Fixed openrc init script shebang. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d563d72ef81b189d41d0b4a62fa1dce45468df8e;p=gentoo.git app-emulation/virtualbox: Fixed openrc init script shebang. Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler --- diff --git a/app-emulation/virtualbox/files/vboxwebsrv-initd b/app-emulation/virtualbox/files/vboxwebsrv-initd index e736df06e731..d9544962f149 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 \