From: Andre Noll Date: Sun, 29 Jul 2012 14:18:21 +0000 (+0200) Subject: Remove fsck.m4. X-Git-Tag: v0.4.12~22 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=85e517f39753631d484e266d6ec80db56bf7af43 Remove fsck.m4. This should have removed in 0.4.0 back when osl was moved to a separate library. --- 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 - - diff --git a/m4/gengetopt/makefile b/m4/gengetopt/makefile index 05b31975..316ef47b 100644 --- a/m4/gengetopt/makefile +++ b/m4/gengetopt/makefile @@ -31,7 +31,7 @@ $(if $(filter gui,$(*F)), --no-handle-error) \ $(if $(filter recv filter write audiod,$(*F)), --no-handle-help) \ $(if $(filter afh,$(*F)), --unamed-opts=audio_file) \ $(if $(filter client audioc,$(*F)), --unamed-opts=command) \ -$(if $(filter fsck,$(*F)), --unamed-opts=table, --conf-parser)\ +--conf-parser \ --output-dir=$(cmdline_dir) \ --no-handle-version \ --file-name=$(*F).cmdline \