app-emulation/virtualbox-guest-additions: Fixed openrc init script
authorLars Wendler <polynomial-c@gentoo.org>
Wed, 4 May 2016 08:20:25 +0000 (10:20 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Wed, 4 May 2016 08:20:58 +0000 (10:20 +0200)
shebang.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
app-emulation/virtualbox-guest-additions/files/virtualbox-guest-additions-8.initd

index 6da4697392fbda6c8607df7f471e0a781b6569b5..de143d043376a990baf750daf8f5d2e2bfcfeb63 100644 (file)
@@ -1,12 +1,12 @@
-#!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 pidfile="/var/run/vboxguest-service.pid"
 command="/usr/sbin/vboxguest-service"
 command_args="--foreground"
-start_stop_daemon_args="--make-pidfile --pidfile ${pidfile} --background"
+command_background="true"
 
 depend() {
         need dbus localmount