Whamcloud - gitweb
b=22984 change all references to tune.ldiskfs in lustre to tunefs.ldiskfs
authorVitaly Fertman <vitaly.fertman@oracle.com>
Wed, 16 Feb 2011 20:16:33 +0000 (23:16 +0300)
committerTerry Rutledge <terry.rutledge@oracle.com>
Thu, 17 Feb 2011 03:47:48 +0000 (19:47 -0800)
o=girish
i=adilger
i=johann

build/autoconf/lustre-build.m4

index 4d6f216..1a9e0d3 100644 (file)
@@ -336,10 +336,10 @@ if test x$withval = xyes ; then
        AC_DEFINE(HAVE_LDISKFSPROGS, 1, [enable use of ldiskfsprogs package])
        E2FSPROGS="ldiskfsprogs"
        MKE2FS="mkfs.ldiskfs"
-       DEBUGFS="debug.ldiskfs"
-       TUNE2FS="tune.ldiskfs"
+       DEBUGFS="debugfs.ldiskfs"
+       TUNE2FS="tunefs.ldiskfs"
        E2LABEL="label.ldiskfs"
-       DUMPE2FS="dump.ldiskfs"
+       DUMPE2FS="dumpfs.ldiskfs"
        E2FSCK="fsck.ldiskfs"
        AC_MSG_RESULT([enabled])
 else