-diff -ur mdadm-4.4.orig/udev-md-clustered-confirm-device.rules mdadm-4.4/udev-md-clustered-confirm-device.rules
---- mdadm-4.4.orig/udev-md-clustered-confirm-device.rules 2024-12-13 10:54:53.000000000 +0100
-+++ mdadm-4.4/udev-md-clustered-confirm-device.rules 2025-09-11 20:08:00.461048733 +0200
-@@ -13,9 +13,9 @@
- # Based on the received UUID, node confirms the device if
- # it is found by blkid, otherwise the node reports it is
- # missing.
--PROGRAM="BINDIR/blkid -o device -t UUID_SUB=$env{DEVICE_UUID}", ENV{.md.newdevice} = "$result"
-+PROGRAM="/sbin/blkid -o device -t UUID_SUB=$env{DEVICE_UUID}", ENV{.md.newdevice} = "$result"
-
--ENV{.md.newdevice}!="", RUN+="BINDIR/mdadm --manage $env{DEVNAME} --cluster-confirm $env{RAID_DISK}:$env{.md.newdevice}"
--ENV{.md.newdevice}=="", RUN+="BINDIR/mdadm --manage $env{DEVNAME} --cluster-confirm $env{RAID_DISK}:missing"
-+ENV{.md.newdevice}!="", RUN+="/sbin/mdadm --manage $env{DEVNAME} --cluster-confirm $env{RAID_DISK}:$env{.md.newdevice}"
-+ENV{.md.newdevice}=="", RUN+="/sbin/mdadm --manage $env{DEVNAME} --cluster-confirm $env{RAID_DISK}:missing"
-
- LABEL="clustermd_end"
-diff -ur mdadm-4.4.orig/udev-md-raid-arrays.rules mdadm-4.4/udev-md-raid-arrays.rules
---- mdadm-4.4.orig/udev-md-raid-arrays.rules 2024-12-13 10:54:53.000000000 +0100
-+++ mdadm-4.4/udev-md-raid-arrays.rules 2025-09-11 20:08:00.461048733 +0200
-@@ -18,7 +18,7 @@
- ATTR{md/sync_action}=="reshape", ENV{RESHAPE_ACTIVE}="yes"
- LABEL="md_ignore_state"
-
--IMPORT{program}="BINDIR/mdadm --detail --no-devices --export $devnode"
-+IMPORT{program}="/sbin/mdadm --detail --no-devices --export $devnode"
- ENV{DEVTYPE}=="disk", ENV{MD_NAME}=="?*", SYMLINK+="disk/by-id/md-name-$env{MD_NAME}", OPTIONS+="string_escape=replace"
- ENV{DEVTYPE}=="disk", ENV{MD_UUID}=="?*", SYMLINK+="disk/by-id/md-uuid-$env{MD_UUID}"
- ENV{DEVTYPE}=="disk", ENV{MD_DEVNAME}=="?*", SYMLINK+="md/$env{MD_DEVNAME}"