From: Rahul Deshmukh Date: Thu, 14 Oct 2010 13:09:04 +0000 (+0530) Subject: b=22984 change all references to tune.ldiskfs in lustre to tunefs.ldiskfs X-Git-Tag: 2.0.54.0~31 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=8113cc2eca2368166e670bf32d797c5085679923 b=22984 change all references to tune.ldiskfs in lustre to tunefs.ldiskfs o=girish i=adilger i=johann --- 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