public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-abrmd/files/
Date: Tue,  2 May 2023 13:19:29 +0000 (UTC)	[thread overview]
Message-ID: <1683033565.845a23bbe53fb881dbc2012abfceda1231d40954.juippis@gentoo> (raw)

commit:     845a23bbe53fb881dbc2012abfceda1231d40954
Author:     Anthony Ryan <anthonyryan1 <AT> gmail <DOT> com>
AuthorDate: Wed Apr  5 22:43:52 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue May  2 13:19:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=845a23bb

app-crypt/tpm2-abrmd: Add openrc init dependency on dbus

The project lists a dependency on DBus quite prominently in the README
and won't start without it already running.

https://github.com/tpm2-software/tpm2-abrmd#tpm2-abrmd

Signed-off-by: Anthony Ryan <anthonyryan1 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30494
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-crypt/tpm2-abrmd/files/tpm2-abrmd.initd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-crypt/tpm2-abrmd/files/tpm2-abrmd.initd b/app-crypt/tpm2-abrmd/files/tpm2-abrmd.initd
index 0272921dcbd7..c07f8e757eb9 100644
--- a/app-crypt/tpm2-abrmd/files/tpm2-abrmd.initd
+++ b/app-crypt/tpm2-abrmd/files/tpm2-abrmd.initd
@@ -10,6 +10,7 @@ command_user="tss:tss"
 pidfile="/var/run/${RC_SVCNAME}.pid"
 
 depend() {
+	need dbus
 	use logger
 	after coldplug
 }


             reply	other threads:[~2023-05-02 13:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-02 13:19 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-01-17 22:10 [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-abrmd/files/ Alon Bar-Lev

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=1683033565.845a23bbe53fb881dbc2012abfceda1231d40954.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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