]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Remove fsck.m4.
authorAndre Noll <maan@systemlinux.org>
Sun, 29 Jul 2012 14:18:21 +0000 (16:18 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 27 Aug 2012 11:01:07 +0000 (13:01 +0200)
This should have removed in 0.4.0 back when osl was moved to a
separate library.

m4/gengetopt/fsck.m4 [deleted file]
m4/gengetopt/makefile

diff --git a/m4/gengetopt/fsck.m4 b/m4/gengetopt/fsck.m4
deleted file mode 100644 (file)
index d593058..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-include(header.m4)
-include(loglevel.m4)
-
-<qu>
-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
-
-</qu>
index 05b31975f3e9d16e8bfbaf6eb7c5b12546dfafba..316ef47b87bdd8be9802e7680106fe49d9439cb2 100644 (file)
@@ -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 \