[Dmraid-debian-commits] [SCM] Maintenance of the dmraid package branch, lenny, updated. f3a39013818e22a898b744fc42e4a138d328de3a

Giuseppe Iuculano giuseppe at iuculano.it
Fri Jan 23 17:50:08 UTC 2009


The following commit has been merged in the lenny branch:
commit 543a90aca0286fe88557c734c08623f77b448fbd
Author: Giuseppe Iuculano <giuseppe at iuculano.it>
Date:   Fri Jan 23 17:27:35 2009 +0100

    debian/dmraid.postinst: call udevadm with --action=change (Closes: #512771), (LP: #320482)

diff --git a/debian/dmraid.postinst b/debian/dmraid.postinst
index 82d6004..f0b3730 100644
--- a/debian/dmraid.postinst
+++ b/debian/dmraid.postinst
@@ -10,7 +10,7 @@ case "$1" in
     fi
 
     # Activate existing arrays now.
-    udevadm trigger --subsystem-match=block --action=add
+    udevadm trigger --subsystem-match=block --action=change
 
     if [ -f /etc/init.d/dmraid ]; then
   	update-rc.d -f dmraid remove

-- 
Maintenance of the dmraid package



More information about the Dmraid-debian-commits mailing list