forked from pool/cryptsetup
14 lines
462 B
Diff
14 lines
462 B
Diff
Index: cryptsetup-1.0.5_SVNr46/lib/libdevmapper.c
|
|
===================================================================
|
|
--- cryptsetup-1.0.5_SVNr46.orig/lib/libdevmapper.c 2007-10-24 22:47:53.000000000 +0200
|
|
+++ cryptsetup-1.0.5_SVNr46/lib/libdevmapper.c 2008-07-23 11:42:29.000000000 +0200
|
|
@@ -18,7 +18,7 @@
|
|
|
|
#define CRYPT_TARGET "crypt"
|
|
|
|
-#define UDEVSETTLE "/sbin/udevsettle"
|
|
+#define UDEVSETTLE "/sbin/udevadm settle"
|
|
|
|
static void run_udevsettle(void)
|
|
{
|