Skip to content

Commit

Permalink
app-emulation/virtualbox-guest-additions: Fixed openrc init script
Browse files Browse the repository at this point in the history
shebang.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed May 4, 2016
1 parent d563d72 commit 690ef31
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 690ef31

Please sign in to comment.