From 8113cc2eca2368166e670bf32d797c5085679923 Mon Sep 17 00:00:00 2001 From: Rahul Deshmukh Date: Thu, 14 Oct 2010 18:39:04 +0530 Subject: [PATCH] b=22984 change all references to tune.ldiskfs in lustre to tunefs.ldiskfs o=girish i=adilger i=johann --- build/autoconf/lustre-build.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/autoconf/lustre-build.m4 b/build/autoconf/lustre-build.m4 index bb7aab7..c70afbf 100644 --- a/build/autoconf/lustre-build.m4 +++ b/build/autoconf/lustre-build.m4 @@ -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 -- 1.8.3.1