Whamcloud - gitweb
b=22984 change all references to tune.ldiskfs in lustre to tunefs.ldiskfs
authorRahul Deshmukh <Rahul.Deshmukh@sun.com>
Thu, 14 Oct 2010 13:09:04 +0000 (18:39 +0530)
committerVitaly Fertman <vitaly.fertman@sun.com>
Thu, 14 Oct 2010 23:27:16 +0000 (03:27 +0400)
o=girish
i=adilger
i=johann

build/autoconf/lustre-build.m4

index bb7aab7..c70afbf 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