public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/multipath-tools/files/
@ 2018-04-17  8:03 Lars Wendler
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Wendler @ 2018-04-17  8:03 UTC (permalink / raw
  To: gentoo-commits

commit:     db29e1bce621ea73f9e0c5f2e0b9a04cb8f468de
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Apr 17 07:55:36 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 08:03:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db29e1bc

sys-fs/multipath-tools: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/8040

 .../files/multipath-tools-0.7.4-respect-flags.patch     | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/sys-fs/multipath-tools/files/multipath-tools-0.7.4-respect-flags.patch b/sys-fs/multipath-tools/files/multipath-tools-0.7.4-respect-flags.patch
deleted file mode 100644
index 19573fe6eee..00000000000
--- a/sys-fs/multipath-tools/files/multipath-tools-0.7.4-respect-flags.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/Makefile.inc
-+++ b/Makefile.inc
-@@ -90,11 +90,12 @@ OPTFLAGS	= -O2 -g -pipe -Wall -Wextra -Wformat=2 -Werror=implicit-int \
- 		  -Wp,-D_FORTIFY_SOURCE=2 $(STACKPROT) \
- 		  --param=ssp-buffer-size=4
- 
--CFLAGS		= $(OPTFLAGS) -DLIB_STRING=\"${LIB}\" -DRUN_DIR=\"${RUN}\"
-+CFLAGS		?= $(OPTFLAGS)
-+CFLAGS		+= -DLIB_STRING=\"${LIB}\" -DRUN_DIR=\"${RUN}\"
- BIN_CFLAGS	= -fPIE -DPIE
- LIB_CFLAGS	= -fPIC
- SHARED_FLAGS	= -shared
--LDFLAGS		= -Wl,-z,relro -Wl,-z,now
-+LDFLAGS		+= -Wl,-z,relro -Wl,-z,now
- BIN_LDFLAGS	= -pie
- 
- # Check whether a function with name $1 has been declared in header file $2.


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/multipath-tools/files/
@ 2020-09-20 14:58 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2020-09-20 14:58 UTC (permalink / raw
  To: gentoo-commits

commit:     61f92e7f736c979765f2effe4258b0a4052d2d40
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Sep 20 14:01:09 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 14:58:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f92e7f

sys-fs/multipath-tools: remove unused file

Closes: https://github.com/gentoo/gentoo/pull/17616
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-fs/multipath-tools/files/rc-multipathd | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/sys-fs/multipath-tools/files/rc-multipathd b/sys-fs/multipath-tools/files/rc-multipathd
deleted file mode 100644
index d4d440f2c91..00000000000
--- a/sys-fs/multipath-tools/files/rc-multipathd
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-	need localmount
-	after modules
-}
-
-start() {
-	ebegin "Starting multipathd"
-	start-stop-daemon --start --quiet --exec /sbin/multipathd
-	eend $?
-}
-
-stop() {
-	ebegin "Stopping multipathd"
-	start-stop-daemon --stop --quiet --pidfile /var/run/multipathd.pid
-	eend $?
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/multipath-tools/files/
@ 2018-01-17 12:07 Lars Wendler
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Wendler @ 2018-01-17 12:07 UTC (permalink / raw
  To: gentoo-commits

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
-


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-20 14:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-17  8:03 [gentoo-commits] repo/gentoo:master commit in: sys-fs/multipath-tools/files/ Lars Wendler
  -- strict thread matches above, loose matches on Subject: below --
2020-09-20 14:58 Conrad Kostecki
2018-01-17 12:07 Lars Wendler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox