[lvm-devel] master - dmsetup: fix udev warning message

Zdenek Kabelac zkabelac at fedoraproject.org
Thu Aug 23 12:42:17 UTC 2012


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=b9ae22d758e6b5eed62774f5b2a71b87d818087e
Commit:        b9ae22d758e6b5eed62774f5b2a71b87d818087e
Parent:        7e318dad427c7d2e6787f9412cf7c4ee761faf9f
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Thu Jun 28 21:32:24 2012 +0200
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Thu Aug 23 14:36:12 2012 +0200

dmsetup: fix udev warning message

Configure option is --enable-udev_sync.
---
 tools/dmsetup.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/dmsetup.c b/tools/dmsetup.c
index 7a632c7..ca1087d 100644
--- a/tools/dmsetup.c
+++ b/tools/dmsetup.c
@@ -977,7 +977,7 @@ static int _udevcomplete(CMD_ARGS)
 }
 
 #ifndef UDEV_SYNC_SUPPORT
-static const char _cmd_not_supported[] = "Command not supported. Recompile with \"--enable-udev-sync\" to enable.";
+static const char _cmd_not_supported[] = "Command not supported. Recompile with \"--enable-udev_sync\" to enable.";
 
 static int _udevcreatecookie(CMD_ARGS)
 {




More information about the lvm-devel mailing list