diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 11:44:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 11:46:54 +0000 |
commit | 846b7721fbcd143f314fbb73e4fbf17446495866 (patch) | |
tree | adf003a1c6a0fde2447e60f4ce4eb93f759e5ccd | |
parent | Merging upstream version 4.3+20241108. (diff) | |
download | mdadm-846b7721fbcd143f314fbb73e4fbf17446495866.tar.xz mdadm-846b7721fbcd143f314fbb73e4fbf17446495866.zip |
Removing mdmonitor-service-simplify.patch, not needed anymore.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/debian/0002-mdmonitor-service-simplify.patch | 17 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/debian/0002-mdmonitor-service-simplify.patch b/debian/patches/debian/0002-mdmonitor-service-simplify.patch deleted file mode 100644 index a8163d9..0000000 --- a/debian/patches/debian/0002-mdmonitor-service-simplify.patch +++ /dev/null @@ -1,17 +0,0 @@ -Author: Michael Tokarev <mjt@tls.msk.ru> -Description: Simplify mdmonitor.service (Closes: #764647). - There isn't much for customization for mdadm --monitor. - it'll just do what it's supposed to do, so just run it. - -diff -Naurp mdadm.orig/systemd/mdmonitor.service mdadm/systemd/mdmonitor.service ---- mdadm.orig/systemd/mdmonitor.service -+++ mdadm/systemd/mdmonitor.service -@@ -11,7 +11,4 @@ DefaultDependencies=no - Documentation=man:mdadm(8) - - [Service] --Environment= MDADM_MONITOR_ARGS=--scan --EnvironmentFile=-/run/sysconfig/mdadm --ExecStartPre=-/usr/lib/mdadm/mdadm_env.sh --ExecStart=BINDIR/mdadm --monitor $MDADM_MONITOR_ARGS -+ExecStart=BINDIR/mdadm --monitor --scan diff --git a/debian/patches/series b/debian/patches/series index bcec2c5..db296c5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,4 @@ debian/0001-fix-manpages.patch -debian/0002-mdmonitor-service-simplify.patch debian/0003-host-name-in-default-mailfrom.patch debian/0004-exit-gracefully-when-md-device-not-found.patch debian/0005-sha1-includes.patch |