[Dmraid-debian-commits] [SCM] Maintenance of the dmraid package branch, master, updated. debian/1.0.0.rc15-1.exp4-9-gb3eb93f
Giuseppe Iuculano
giuseppe at iuculano.it
Fri Jan 23 18:27:00 UTC 2009
The following commit has been merged in the master branch:
commit c85b78f5d136175cc5db56e1f80668dc588215d5
Author: Giuseppe Iuculano <giuseppe at iuculano.it>
Date: Fri Jan 23 18:53:45 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 bdea485..bb5bed5 100644
--- a/debian/dmraid.postinst
+++ b/debian/dmraid.postinst
@@ -7,7 +7,7 @@ case "$1" in
configure)
update-initramfs -u
# 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