Github messages for voidlinux
 help / color / mirror / Atom feed
From: iceaway <iceaway@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] virtualbox-ose: make vboxservice depend on dbus
Date: Fri, 02 Oct 2020 09:41:11 +0200	[thread overview]
Message-ID: <20201002074111.TIAqhxNxJWYbStJ9Og5G2O8eOG7xTnjnYbZ0TlZznFs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25268@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 480 bytes --]

There is an updated pull request by iceaway against master on the void-packages repository

https://github.com/iceaway/void-packages vboxservice_dbus_deb
https://github.com/void-linux/void-packages/pull/25268

virtualbox-ose: make vboxservice depend on dbus
vboxservice will give an error message if dbus is not started.
We should check that dbus is running before starting the
service.

A patch file from https://github.com/void-linux/void-packages/pull/25268.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vboxservice_dbus_deb-25268.patch --]
[-- Type: text/x-diff, Size: 1546 bytes --]

From 4f1baf687278e806206b9e98b04b4e3e23b788fc Mon Sep 17 00:00:00 2001
From: Pelle Windestam <pelle.windestam@tagmaster.com>
Date: Fri, 2 Oct 2020 08:00:09 +0200
Subject: [PATCH 1/2] virtualbox-ose: make vboxservice depend on dbus

vboxservice will give an error message if dbus is not started.
We should check that dbus is running before starting the
service.
---
 srcpkgs/virtualbox-ose/files/vboxservice/run | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/virtualbox-ose/files/vboxservice/run b/srcpkgs/virtualbox-ose/files/vboxservice/run
index 6332cc9f13a..92311ba7ca1 100755
--- a/srcpkgs/virtualbox-ose/files/vboxservice/run
+++ b/srcpkgs/virtualbox-ose/files/vboxservice/run
@@ -1,2 +1,3 @@
 #!/bin/sh
+sv check dbus >/dev/null || exit 1
 exec VBoxService -f

From ecaa319706faf35bd66bf294337b2d5dd0073d2b Mon Sep 17 00:00:00 2001
From: Pelle Windestam <pelle.windestam@tagmaster.com>
Date: Fri, 2 Oct 2020 09:26:01 +0200
Subject: [PATCH 2/2] virtualbox-ose: bump the revision

---
 srcpkgs/virtualbox-ose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/virtualbox-ose/template b/srcpkgs/virtualbox-ose/template
index 8efb7c8bc37..7ff58ecd7cc 100644
--- a/srcpkgs/virtualbox-ose/template
+++ b/srcpkgs/virtualbox-ose/template
@@ -1,7 +1,7 @@
 # Template file for 'virtualbox-ose'
 pkgname=virtualbox-ose
 version=6.1.14
-revision=3
+revision=4
 wrksrc="VirtualBox-${version%*a}"
 short_desc="General-purpose full virtualizer for x86 hardware"
 maintainer="Orphaned <orphan@voidlinux.org>"

  parent reply	other threads:[~2020-10-02  7:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-02  6:17 [PR PATCH] " iceaway
2020-10-02  7:00 ` ericonr
2020-10-02  7:41 ` iceaway [this message]
2020-10-02  7:41 ` iceaway
2020-10-02  7:41 ` iceaway
2020-10-02  8:50 ` fosslinux
2020-10-02 10:44 ` iceaway
2020-10-02 10:44 ` [PR PATCH] [Closed]: " iceaway

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201002074111.TIAqhxNxJWYbStJ9Og5G2O8eOG7xTnjnYbZ0TlZznFs@z \
    --to=iceaway@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).