1
0
Fork 0

Removing mdmonitor-service-simplify.patch, not needed anymore.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-14 06:11:53 +01:00
parent 60ccb5b596
commit 7b3c8c1a75
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 0 additions and 18 deletions

View file

@ -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

View file

@ -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