From 58c598fc84d2cd4d0bcdfbb1845f4f4508c0b5f5 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 25 Nov 2001 14:58:25 +0000 Subject: [PATCH] Permanent removed fbutil --- configure | 2 +- html/programs/mbfile.html | 31 +++++++++++++++++++++++++------ mbfido/Makefile | 2 +- 3 files changed, 27 insertions(+), 8 deletions(-) diff --git a/configure b/configure index 541b7a8b..93a20625 100755 --- a/configure +++ b/configure @@ -937,7 +937,7 @@ ac_config_headers="$ac_config_headers config.h" ac_config_commands="$ac_config_commands default-1" -SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbtask mbsetup fbutil import lang examples html script" +SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbtask mbsetup import lang examples html script" PACKAGE="mbsebbs" VERSION="0.33.19" diff --git a/html/programs/mbfile.html b/html/programs/mbfile.html index 1d8e1f56..1c79958a 100644 --- a/html/programs/mbfile.html +++ b/html/programs/mbfile.html @@ -11,7 +11,7 @@
-
Last update 19-Nov-2001
+
Last update 25-Nov-2001

mbfile - File database maintenance program.

@@ -54,9 +54,7 @@ Adopt a file to the filebase. The description is optional, but if present it should be enclosed in quotes. The optional description may be 255 characters. Default mbfile will try to use the FILE_ID.DIZ if this is present. The file to adopt needs to be in your current directory and will be copied to the new area. -If you have virus scanners defined, the file will be checked for virusses. If -you have a different default archiver set for the destination file area then the -file is archived with, the file will be rearchived. +If you have virus scanners defined, the file will be checked for virusses.

mbfile check @@ -69,10 +67,23 @@ value of the file. If there is something wrong, the error is corrected or the file is removed. If the area is a CD-rom area, the check that files on disk must exist in the filedatabase is skipped.

+ +mbfile import <area> +Import files to the given area using files.bbs descriptions. +You need to be in the area where the files are stored. +There must also be the files.bbs file present, if not then in the area setup +you must enter the full filename and path where the files.bbs is. This may +be needed for some CD-roms where the files.bbs is not in the same directory +as where the files are. The files are not checked for FILE_ID.DIZ inside the +archives. If you have virus scanners defined, the files are checked for +virussed before the are added the the bbs. +

+ mbfile index Create fast filerequest index for the mbcico filerequest processor.

+ mbfile kill Delete or move files in areas that have the download age set or the filedate age set. A setting of 0 is ignored. @@ -82,9 +93,12 @@ upload date and download date are reset to the current date and time. So if you set in the destination area aging of 14 days, files will stay there for 14 days after the move. This is good for automatic "last chance" areas.

-mbfile list + +mbfile list [area] List all defined file areas, the number of files, the total size of the files -and the primary group. +and the primary group. If and area is given on the commandline, the files in +that area are listed. +

mbfile pack This command will actualy remove the records of files that are marked for @@ -98,6 +112,11 @@ until you run mbfile pack. mbfile [command] -quiet Quiet mode, no screen output. Use this switch if you run mbfile from the crontab.

+mbfile [command] -announce +Announce mode, use this switch with the adopt and import commands to prevent +that the added file(s) will be announced. This can be usefull if you add lots of +files that you don't want to announce these as new files. +

Index Back to index  Main Back to Main index diff --git a/mbfido/Makefile b/mbfido/Makefile index 02337735..18fecd8e 100644 --- a/mbfido/Makefile +++ b/mbfido/Makefile @@ -194,6 +194,6 @@ mbfcheck.o: ../lib/libs.h ../lib/structs.h ../lib/records.h ../lib/common.h ../l mbfpack.o: ../lib/libs.h ../lib/structs.h ../lib/records.h ../lib/common.h ../lib/clcomm.h ../lib/dbcfg.h mbfutil.h mbfpack.h mbflist.o: ../lib/libs.h ../lib/structs.h ../lib/records.h ../lib/common.h ../lib/clcomm.h ../lib/dbcfg.h mbfutil.h mbflist.h mbfadopt.o: ../lib/libs.h ../lib/structs.h ../lib/records.h ../lib/common.h ../lib/clcomm.h ../lib/dbcfg.h virscan.h mbfutil.h mbflist.h -mbfimport.o: ../lib/libs.h ../lib/structs.h ../lib/records.h ../lib/common.h ../lib/clcomm.h ../lib/dbcfg.h mbfutil.h mbfimport.h +mbfimport.o: ../lib/libs.h ../lib/structs.h ../lib/records.h ../lib/common.h ../lib/clcomm.h ../lib/dbcfg.h virscan.h mbfutil.h mbfimport.h virscan.o: ../lib/libs.h ../lib/structs.h ../lib/records.h ../lib/common.h ../lib/clcomm.h virscan.h # End of generated dependencies