From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/multipath-tools/files/
Date: Wed, 17 Jan 2018 12:07:48 +0000 (UTC) [thread overview]
Message-ID: <1516190864.53c3a74882acd60a384e2d98fd3081fc93beb663.polynomial-c@gentoo> (raw)
commit: 53c3a74882acd60a384e2d98fd3081fc93beb663
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 12:06:06 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 12:07:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c3a748
sys-fs/multipath-tools: Removed unused patch.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
...ath-tools-0.7.3-fix-build-without-systemd.patch | 39 ----------------------
1 file changed, 39 deletions(-)
diff --git a/sys-fs/multipath-tools/files/multipath-tools-0.7.3-fix-build-without-systemd.patch b/sys-fs/multipath-tools/files/multipath-tools-0.7.3-fix-build-without-systemd.patch
deleted file mode 100644
index d92e5c05c7d..00000000000
--- a/sys-fs/multipath-tools/files/multipath-tools-0.7.3-fix-build-without-systemd.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From f0a874f9bd86504840a7bdbf0a0c07bcd0ea8c29 Mon Sep 17 00:00:00 2001
-From: Michael Lass <bevan@bi-co.net>
-Date: Wed, 20 Sep 2017 21:54:32 +0200
-Subject: [PATCH] multipathd: fix build without systemd
-
-do_sd_notify contains a call to sd_notify which is unknown if USE_SYSTEMD is
-undefined. In this case, do_sd_notify is never called anyway, so embed the
-entire function into an #ifdef USE_SYSTEMD.
-
-This fixes a regression introduced in 88ddca5.
-
-Signed-off-by: Michael Lass <bevan@bi-co.net>
----
- multipathd/main.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/multipathd/main.c b/multipathd/main.c
-index 8049da22..bbe14771 100644
---- a/multipathd/main.c
-+++ b/multipathd/main.c
-@@ -169,6 +169,7 @@ sd_notify_status(void)
- return NULL;
- }
-
-+#ifdef USE_SYSTEMD
- static void do_sd_notify(enum daemon_status old_state)
- {
- /*
-@@ -181,6 +182,7 @@ static void do_sd_notify(enum daemon_status old_state)
- return;
- sd_notify(0, sd_notify_status());
- }
-+#endif
-
- static void config_cleanup(void *arg)
- {
---
-2.14.1
-
next reply other threads:[~2018-01-17 12:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-17 12:07 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-04-17 8:03 [gentoo-commits] repo/gentoo:master commit in: sys-fs/multipath-tools/files/ Lars Wendler
2020-09-20 14:58 Conrad Kostecki
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=1516190864.53c3a74882acd60a384e2d98fd3081fc93beb663.polynomial-c@gentoo \
--to=polynomial-c@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