Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox/files/
Date: Wed, 04 May 2016 08:21:12
Message-Id: 1462350056.d563d72ef81b189d41d0b4a62fa1dce45468df8e.polynomial-c@gentoo
1 commit: d563d72ef81b189d41d0b4a62fa1dce45468df8e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 08:17:54 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 08:20:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d563d72e
7
8 app-emulation/virtualbox: Fixed openrc init script shebang.
9
10 Package-Manager: portage-2.2.28
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-emulation/virtualbox/files/vboxwebsrv-initd | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/app-emulation/virtualbox/files/vboxwebsrv-initd b/app-emulation/virtualbox/files/vboxwebsrv-initd
17 index e736df0..d954496 100644
18 --- a/app-emulation/virtualbox/files/vboxwebsrv-initd
19 +++ b/app-emulation/virtualbox/files/vboxwebsrv-initd
20 @@ -1,5 +1,5 @@
21 -#!/sbin/runscript
22 -# Copyright 1999-2011 Gentoo Foundation
23 +#!/sbin/openrc-run
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -8,8 +8,6 @@ depend() {
29 }
30
31 start() {
32 - #checkconfig || return $?
33 -
34 ebegin "Starting VirtualBox WebService"
35 start-stop-daemon --start --quiet --user ${VBOXWEBSRV_USER} --pidfile /var/run/vboxwebsrv.pid \
36 --background --make-pidfile --exec /usr/bin/vboxwebsrv \