[arch-commits] Commit in cryptsetup/trunk (fix-udevsettle-call.patch)
Thomas Baechler
thomas at archlinux.org
Fri Nov 7 08:10:46 UTC 2008
Date: Friday, November 7, 2008 @ 03:10:42
Author: thomas
Revision: 18546
add forgotten udevsettle patch
Added:
cryptsetup/trunk/fix-udevsettle-call.patch
---------------------------+
fix-udevsettle-call.patch | 12 ++++++++++++
1 file changed, 12 insertions(+)
Added: fix-udevsettle-call.patch
===================================================================
--- fix-udevsettle-call.patch (rev 0)
+++ fix-udevsettle-call.patch 2008-11-07 08:10:42 UTC (rev 18546)
@@ -0,0 +1,12 @@
+diff -Nur cryptsetup-1.0.6.orig/lib/libdevmapper.c cryptsetup-1.0.6/lib/libdevmapper.c
+--- cryptsetup-1.0.6.orig/lib/libdevmapper.c 2007-10-25 09:11:19.000000000 +0200
++++ cryptsetup-1.0.6/lib/libdevmapper.c 2008-09-12 18:27:44.000000000 +0200
+@@ -18,7 +18,7 @@
+
+ #define CRYPT_TARGET "crypt"
+
+-#define UDEVSETTLE "/sbin/udevsettle"
++#define UDEVSETTLE "/sbin/udevadm settle"
+
+ static void run_udevsettle(void)
+ {
More information about the arch-commits
mailing list