From f55f9886432c5b5448c436da6db7c4def940f378 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Thu, 8 Aug 2002 07:54:57 +0000 Subject: [PATCH] o Remove e2fsadm to stop people waiting expectantly for something that isn't going to arrive. --- tools/commands.h | 13 ------------- tools/stub.h | 1 - 2 files changed, 14 deletions(-) diff --git a/tools/commands.h b/tools/commands.h index f1693a81f..672cb2f22 100644 --- a/tools/commands.h +++ b/tools/commands.h @@ -18,19 +18,6 @@ * */ -xx(e2fsadm, - "Resize logical volume and ext2 filesystem", - "e2fsadm " - "[-d|--debug] " "[-h|--help] " "[-n|--nofsck]" "\n" - "\t{[-l|--extents] [+|-]LogicalExtentsNumber |" "\n" - "\t [-L|--size] [+|-]LogicalVolumeSize[kKmMgGtT]}" "\n" - "\t[-t|--test] " "\n" - "\t[-v|--verbose] " "\n" - "\t[--version] " "\n" - "\tLogicalVolumePath" "\n", - - extents_ARG, size_ARG, nofsck_ARG, test_ARG) - xx(help, "Display help for commands", "help " "\n") diff --git a/tools/stub.h b/tools/stub.h index 67c6a5cd2..185535c07 100644 --- a/tools/stub.h +++ b/tools/stub.h @@ -6,7 +6,6 @@ #define unimplemented \ { log_error("Command not implemented yet."); return ECMD_FAILED;} -int e2fsadm(struct cmd_context *cmd, int argc, char **argv) unimplemented int lvmsadc(struct cmd_context *cmd, int argc, char **argv) unimplemented int lvmsar(struct cmd_context *cmd, int argc, char **argv) unimplemented int pvdata(struct cmd_context *cmd, int argc, char **argv) unimplemented