From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6CE65138224 for ; Wed, 4 May 2016 08:21:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B27C721C12E; Wed, 4 May 2016 08:21:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 133E82240DF for ; Wed, 4 May 2016 08:21:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D962F340831 for ; Wed, 4 May 2016 08:21:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 376C233A for ; Wed, 4 May 2016 08:21:02 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1462350058.690ef31fa4719939250ed885d4235d72981f44a7.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-guest-additions/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virtualbox-guest-additions/files/virtualbox-guest-additions-8.initd X-VCS-Directories: app-emulation/virtualbox-guest-additions/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 690ef31fa4719939250ed885d4235d72981f44a7 X-VCS-Branch: master Date: Wed, 4 May 2016 08:21:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 98e3e454-dcb1-4521-9ea2-2199c7e4c58b X-Archives-Hash: bd8ee1ee254febeea675a653b237ddc8 commit: 690ef31fa4719939250ed885d4235d72981f44a7 Author: Lars Wendler gentoo org> AuthorDate: Wed May 4 08:20:25 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed May 4 08:20:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690ef31f app-emulation/virtualbox-guest-additions: Fixed openrc init script shebang. Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler gentoo.org> .../files/virtualbox-guest-additions-8.initd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/virtualbox-guest-additions/files/virtualbox-guest-additions-8.initd b/app-emulation/virtualbox-guest-additions/files/virtualbox-guest-additions-8.initd index 6da4697..de143d0 100644 --- a/app-emulation/virtualbox-guest-additions/files/virtualbox-guest-additions-8.initd +++ b/app-emulation/virtualbox-guest-additions/files/virtualbox-guest-additions-8.initd @@ -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