X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=m4%2Fgengetopt%2Ffsck.m4;fp=m4%2Fgengetopt%2Ffsck.m4;h=0000000000000000000000000000000000000000;hp=d593058ebab0556fb7a0a59c4ea879321cf7d214;hb=85e517f39753631d484e266d6ec80db56bf7af43;hpb=3634794c3ba2f9fba60d3b26bcceae51fb3718c6 diff --git a/m4/gengetopt/fsck.m4 b/m4/gengetopt/fsck.m4 deleted file mode 100644 index d593058e..00000000 --- a/m4/gengetopt/fsck.m4 +++ /dev/null @@ -1,43 +0,0 @@ -include(header.m4) -include(loglevel.m4) - - -option "base_dir" b -#~~~~~~~~~~~~~~~~~~ -"Full path to the database directory -containing the table(s) to be checked. -(default='~/.paraslash/afs_database'" - - string typestr="path" - optional - -option "dump_dir" d -#~~~~~~~~~~~~~~~~~~ -"If path is non-empty, para_fsck will write a -dump of all given tables to the specified -path." - - string typestr="path" - optional - default="" - -option "no_fsck" n -#~~~~~~~~~~~~~~~~~ -"Disable fsck mode." - - flag off - -option "force" f -#~~~~~~~~~~~~~~~ -"Force fsck even if the table is dirty. -Ignored if -n is given." - - flag off - -option "dry_run" - -#~~~~~~~~~~~~~~~~~ -"Only report problems, don't try to fix them." - - flag off - -