]> git.sur5r.net Git - bacula/docs/log
bacula/docs
17 years agoUpdate win32 README
Kern Sibbald [Wed, 26 Jul 2006 16:59:57 +0000 (16:59 +0000)]
Update win32 README

17 years agoAdd the updated version of the the win32 pathname fix.
Robert Nelson [Wed, 26 Jul 2006 13:59:19 +0000 (13:59 +0000)]
Add the updated version of the the win32 pathname fix.

17 years agoStrip pathname portion off all message routines that print filename:line.
Robert Nelson [Wed, 26 Jul 2006 01:36:23 +0000 (01:36 +0000)]
Strip pathname portion off all message routines that print filename:line.

Print additional messages show the elapsed time and transfer rate for the spool portion of a spooled backup job and also for the tape write portion.

Add DriveType directive to the Director's Include Option FileSet resource.  Allowed values are: fixed, removable, cdrom, and remote.  There is only an implementation for Windows because it is the only platform that has the concept of drives.

Adds EnhancedWild directive to the Director's Include Option FileSet resource.  Allowed values are: yes and no.

When EnhancedWild is enabled then the processing of the Wild, WildDir and WildFile is changed in the following ways.

Patterns conform to Posix
\ is not a special character in character classification []
To match a - it must be the first or last character
To match a ] it must be the first character

fnmatch option FNM_FILE_NAME is specified
* doesn't match a / so it won't match multiple directory levels in a path

Relative WildFile patterns (ones without a leading /) match against the filename portion
This in combination with the FNM_FILE_NAME fnmatch() flag makes directives such as WildFile = abc*.def work as expected.

Adds support for the shell's feature of brace expansion.

17 years agoApply Ludovic's patches
Kern Sibbald [Tue, 25 Jul 2006 13:26:32 +0000 (13:26 +0000)]
Apply Ludovic's patches

17 years agoTraduction de autochangers.tex et consoleconf.tex. corrections sur les autres fichiers.
Ludovic Strappazon [Mon, 24 Jul 2006 22:17:07 +0000 (22:17 +0000)]
Traduction de autochangers.tex et consoleconf.tex. corrections sur les autres fichiers.

17 years ago- Change cats/sql.c to elimate %-*s format, which I think is turned
Kern Sibbald [Mon, 24 Jul 2006 13:43:18 +0000 (13:43 +0000)]
- Change cats/sql.c to elimate %-*s format, which I think is turned
  off in bsnprintf.
- Add Comment field to llist of a volume.
- Allow true/false in some yes/no questions.
- Implement update volume enable=(on|off|true|false|archived|0|1|2)
- Remove a few /n's when scanning commands from another daemon. This
  permits adding additional fields later.
- Modify dbcheck to handle ctl-d and to delete Log table entries.
- Update README.mingw

17 years agoSuite et fin de messagesres.tex.
Ludovic Strappazon [Mon, 24 Jul 2006 09:56:42 +0000 (09:56 +0000)]
Suite et fin de messagesres.tex.

17 years ago o fix runscript bug on dird
Eric Bollengier [Sun, 23 Jul 2006 18:38:10 +0000 (18:38 +0000)]
 o fix runscript bug on dird
 o exec runscript shortly after end of blast data (before despooling)

17 years agoAdd French home-page, correct build of French manual
Kern Sibbald [Sun, 23 Jul 2006 12:20:30 +0000 (12:20 +0000)]
Add French home-page, correct build of French manual

17 years agoFin de storedconf.tex, debut de messagesres.tex.
Ludovic Strappazon [Sun, 23 Jul 2006 09:46:44 +0000 (09:46 +0000)]
Fin de storedconf.tex, debut de messagesres.tex.

17 years agoTweak authentication to work with 1.38.x FDs
Kern Sibbald [Sun, 23 Jul 2006 06:47:22 +0000 (06:47 +0000)]
Tweak authentication to work with 1.38.x FDs

17 years ago o add new is_yesno() function. This function test argument against NT_("yes") and...
Eric Bollengier [Sat, 22 Jul 2006 22:49:51 +0000 (22:49 +0000)]
 o add new is_yesno() function. This function test argument against NT_("yes") and _("yes")
 o modify code that test against yes/no

17 years ago o add NT_ to volume_update args
Eric Bollengier [Sat, 22 Jul 2006 22:02:25 +0000 (22:02 +0000)]
 o add NT_ to volume_update args

17 years ago- Tweak catalog make scripts.
Kern Sibbald [Sat, 22 Jul 2006 12:50:23 +0000 (12:50 +0000)]
- Tweak catalog make scripts.
- Fix catalog upgrade scripts so that they work.
- Correct despooling debug code to eliminate race condition.

17 years ago o get_yesno check for yes/no and local _(yes) _(no)
Eric Bollengier [Sat, 22 Jul 2006 10:37:35 +0000 (10:37 +0000)]
 o get_yesno check for yes/no and local _(yes) _(no)

17 years agoFix a collection of minor latex errors. The manual should now compile with no
Frank Sweetser [Fri, 21 Jul 2006 19:35:15 +0000 (19:35 +0000)]
Fix a collection of minor latex errors.  The manual should now compile with no
fatal errors in non-batch mode.

17 years agoEscape a couple of missed underscores.
Frank Sweetser [Fri, 21 Jul 2006 15:22:58 +0000 (15:22 +0000)]
Escape a couple of missed underscores.

17 years agoCommit changes
Kern Sibbald [Fri, 21 Jul 2006 09:11:03 +0000 (09:11 +0000)]
Commit changes

17 years agoChange 'ree' to 'Free' in 'Free Documentation License' in a few titles.
Frank Sweetser [Fri, 21 Jul 2006 01:35:47 +0000 (01:35 +0000)]
Change 'ree' to 'Free' in 'Free Documentation License' in a few titles.

17 years ago19July06
Kern Sibbald [Wed, 19 Jul 2006 11:03:20 +0000 (11:03 +0000)]
19July06
- Add additional fields as specified by Arno to LocationLog.
- Add comment field to the Media record.
- Add Time field to the Log record.
- Correct migration SQL (thanks to Bill Moran) so that it
  runs with PostgreSQL also.
- Add spooling/despooling info in status output of SD.
17July06
- Spend a lot of time integrating mkcdrec with the rescue disk.
- Add VOLMGMT message class for volume management messages (none yet).
- Add CATALOG as a destination.  It goes into the LOG table.
- Implement the Log table in the DB.
- Implement the Location Log table in the DB (for user use).
- At Eric's request add a run_scripts() just after blast_data in
  src/filed/job.c

17 years agoMove pango-devel requirement into gconsole only builds.
Scott Barninger [Mon, 17 Jul 2006 23:39:10 +0000 (23:39 +0000)]
Move pango-devel requirement into gconsole only builds.

17 years ago o small typo fix
Eric Bollengier [Mon, 17 Jul 2006 21:03:33 +0000 (21:03 +0000)]
 o small typo fix

17 years agominor typo fixed.
Scott Barninger [Sun, 16 Jul 2006 22:12:10 +0000 (22:12 +0000)]
minor typo fixed.

17 years agoAdd clean of BUILD directory.
Scott Barninger [Sun, 16 Jul 2006 21:50:21 +0000 (21:50 +0000)]
Add clean of BUILD directory.

17 years agoAdd build switch for wxconsole.
Scott Barninger [Sun, 16 Jul 2006 21:27:20 +0000 (21:27 +0000)]
Add build switch for wxconsole.

17 years agoAdd wxconsole.
Scott Barninger [Sun, 16 Jul 2006 21:05:10 +0000 (21:05 +0000)]
Add wxconsole.

17 years agoAdd contrib-rpm
Scott Barninger [Sun, 16 Jul 2006 18:35:28 +0000 (18:35 +0000)]
Add contrib-rpm

17 years agoAdd contrib-rpm
Scott Barninger [Sun, 16 Jul 2006 17:58:42 +0000 (17:58 +0000)]
Add contrib-rpm

17 years agoRemove old build_rpm script.
Scott Barninger [Sun, 16 Jul 2006 17:57:09 +0000 (17:57 +0000)]
Remove old build_rpm script.

17 years agoMisc other updates..
Scott Barninger [Sat, 15 Jul 2006 20:40:21 +0000 (20:40 +0000)]
Misc other updates..

17 years agoUpdate for MySQL-5 and build_client_only support.
Scott Barninger [Sat, 15 Jul 2006 20:28:18 +0000 (20:28 +0000)]
Update for MySQL-5 and build_client_only support.

17 years agoAdd build_client_only tag.
Scott Barninger [Sat, 15 Jul 2006 15:45:55 +0000 (15:45 +0000)]
Add build_client_only tag.

17 years agoUpdate for python support and third party packager tags.
Scott Barninger [Sat, 15 Jul 2006 12:44:47 +0000 (12:44 +0000)]
Update for python support and third party packager tags.

17 years agoAdd third party packager tag support.
Scott Barninger [Sat, 15 Jul 2006 12:40:20 +0000 (12:40 +0000)]
Add third party packager tag support.

17 years agoFix release tag.
Scott Barninger [Sat, 15 Jul 2006 12:03:53 +0000 (12:03 +0000)]
Fix release tag.

17 years agoFix directory creation for wxconsole package, add provides and conflicts for standard...
Scott Barninger [Sat, 15 Jul 2006 11:59:35 +0000 (11:59 +0000)]
Fix directory creation for wxconsole package, add provides and conflicts for standard SuSE packages.

17 years agoRewrite msvcrt localtime kludge so it doesn't used undocumented functions and compile...
Robert Nelson [Fri, 14 Jul 2006 18:33:46 +0000 (18:33 +0000)]
Rewrite msvcrt localtime kludge so it doesn't used undocumented functions and compiles on MinGW.
Fix an "ifndef" to "if defined" typo in message.c.
Add FsType support to WIN32 - example types are: ntfs, fat, fat32, cdfs.

17 years agoMises a jour. Suite de storedconf.tex.
Ludovic Strappazon [Wed, 12 Jul 2006 20:54:43 +0000 (20:54 +0000)]
Mises a jour. Suite de storedconf.tex.

17 years ago791 messages traduits, 1 traduction approximative, 2177 messages non-traduits.
Eric Bollengier [Wed, 12 Jul 2006 20:14:44 +0000 (20:14 +0000)]
791 messages traduits, 1 traduction approximative, 2177 messages non-traduits.

17 years ago- Add Enabled column to Location, correct some typos in DB schemas.
Kern Sibbald [Mon, 10 Jul 2006 20:09:17 +0000 (20:09 +0000)]
- Add Enabled column to Location, correct some typos in DB schemas.

17 years agocommit tech log
Kern Sibbald [Mon, 10 Jul 2006 19:01:59 +0000 (19:01 +0000)]
commit tech log

17 years ago- Correct bug I introduced into RunScripts enum.
Kern Sibbald [Mon, 10 Jul 2006 19:01:02 +0000 (19:01 +0000)]
- Correct bug I introduced into RunScripts enum.
- Add log table to Catalog
- Purge original job migrated if the migration terminates normally.
- Cleanup purging of files/jobs so that it is done only in a
  single subroutine.
- Add new VOLMGMT message class.
- Add Catalog message destination (user conf code remains to be written).

17 years agoremove old not recommended phrase
Kern Sibbald [Mon, 10 Jul 2006 10:20:30 +0000 (10:20 +0000)]
remove old not recommended phrase

17 years ago Modify read_record and friends to properly deal with migration
Kern Sibbald [Sun, 9 Jul 2006 13:21:16 +0000 (13:21 +0000)]
 Modify read_record and friends to properly deal with migration
  needs.
- Update debug code in read_record.

17 years agoRemove debug code from backup.c
Kern Sibbald [Sat, 8 Jul 2006 20:34:30 +0000 (20:34 +0000)]
Remove debug code from backup.c

17 years agoTurn off debug code in jobq.c
Kern Sibbald [Sat, 8 Jul 2006 20:30:16 +0000 (20:30 +0000)]
Turn off debug code in jobq.c

17 years ago ======================= Warning ==========================
Kern Sibbald [Sat, 8 Jul 2006 20:06:19 +0000 (20:06 +0000)]
  ======================= Warning ==========================
  Separate read and write storage in Jobs in the Director. This
  is a major rewrite of some of the low level code and hence has
  a high probability of introducing bugs.
  ==========================================================

- Move the job init code up to *before* the job is put into
  the job queue (resource allocation queue). This permits the
  job to establish whether it will read or write or do both.
- Add name() methods to all the resource classes.
- Implement separate read and write storage resource
  allocation/deallocation in jobq.c

17 years ago ======================= Warning ==========================
Kern Sibbald [Sat, 8 Jul 2006 07:57:43 +0000 (07:57 +0000)]
  ======================= Warning ==========================
  Implemented new method of getting the default Storage from the Media
  record rather than from the MediaType for restore.  As a fall
  back, if no Storage is defined, use the MediaType.  This
  eliminates most all prompts if there are multiple MediaTypes
  used. This is an important and fundamental change.
  ==========================================================

- Add more detail (Storage, Device) to list of volumes printed
  for restore.
- More code in migrate. In particular start multiple jobs if
  migrating a volume.
- Probably overkill, but ensure that the bsr is unique even within a
  job in FD and SD.
- Rework bsys.c drop() so that it now should work as expected.
- Update a bunch of old copyrights -- particularly in .h files.
- Remove src/lib/bshm.c/h

17 years agoImplement migrate volume test
Kern Sibbald [Sat, 8 Jul 2006 06:46:18 +0000 (06:46 +0000)]
Implement migrate volume test

17 years agoMises a jour.
Ludovic Strappazon [Thu, 6 Jul 2006 15:18:49 +0000 (15:18 +0000)]
Mises a jour.

17 years agoAdd migration job test
Kern Sibbald [Wed, 5 Jul 2006 20:27:04 +0000 (20:27 +0000)]
Add migration job test

17 years agoMigration fixes
Kern Sibbald [Wed, 5 Jul 2006 20:23:33 +0000 (20:23 +0000)]
Migration fixes

17 years agoMises a jour.
Ludovic Strappazon [Wed, 5 Jul 2006 14:14:31 +0000 (14:14 +0000)]
Mises a jour.

17 years agoAdd new files to French manual
Kern Sibbald [Wed, 5 Jul 2006 11:46:14 +0000 (11:46 +0000)]
Add new files to French manual

17 years agoAdd new chapters to French manual
Kern Sibbald [Wed, 5 Jul 2006 01:08:12 +0000 (01:08 +0000)]
Add new chapters to French manual

17 years agoMises a jour.
Ludovic Strappazon [Tue, 4 Jul 2006 23:10:52 +0000 (23:10 +0000)]
Mises a jour.

17 years agoAdd check to BuildRequires to ensure version of libstdc++-devel matches gcc.
Scott Barninger [Tue, 4 Jul 2006 15:29:53 +0000 (15:29 +0000)]
Add check to BuildRequires to ensure version of libstdc++-devel matches gcc.

17 years agoAdd python support, some corrections to 84 bit lib location hacks.
Scott Barninger [Mon, 3 Jul 2006 19:09:42 +0000 (19:09 +0000)]
Add python support, some corrections to 84 bit lib location hacks.

17 years ago ======================= Warning ==========================
Kern Sibbald [Mon, 3 Jul 2006 18:28:34 +0000 (18:28 +0000)]
  ======================= Warning ==========================
     All hash codes in the database are now kept in world
     compatible base64 format (no = filling). This means that
     all FileSets will be updated and if you are running
     verify jobs, you must do an InitCatalog.
     Authentication uses the new algorithm, but should be
     backward compatible with 1.38.x
  ===========================================================

- Modify the authentication routines so that the 1.39.15 Director
  always runs with the compatible binary to base64 code (same as
  the rest of the world).  It will however detect if an SD or
  FD is running the old code and if that is the case, will use
  the old algorithm for authentication.  However, all consoles must
  use the compatible algorithm, and all data entered into the database
  (all hash signatures, MD5, SHA1, ..., and all FileSet hashes) will
  use the compatible algorithm.
- Rename the cram_md5 routine names to be slightly more appropriate
  to what they are doing (challenge and respond).
- Robert committed his #ifdef and header cleanup.

17 years agoTurn off build of var.c on WIN32 for now
Robert Nelson [Mon, 3 Jul 2006 08:15:36 +0000 (08:15 +0000)]
Turn off build of var.c on WIN32 for now

17 years agoFix configure of win32 tree
Robert Nelson [Mon, 3 Jul 2006 08:09:28 +0000 (08:09 +0000)]
Fix configure of win32 tree

17 years agoFix header file includes.
Robert Nelson [Mon, 3 Jul 2006 07:51:06 +0000 (07:51 +0000)]
Fix header file includes.
Move externs from source files to header files.
Fix the old mingw Makefile so it builds with the new dependencies.
Replace #ifdef'ed InitWinAPIWrapper with OSDependentInit macro.

17 years agoAutomatically find Python, SQLite, PostgreSQL, and MySQL libraries on platforms that...
Robert Nelson [Sun, 2 Jul 2006 20:16:31 +0000 (20:16 +0000)]
Automatically find Python, SQLite, PostgreSQL, and MySQL libraries on platforms that have lib64.

17 years agoAdd standard toolchain to BuildRequires, add docs_version tag, restructure so all...
Scott Barninger [Sun, 2 Jul 2006 17:57:20 +0000 (17:57 +0000)]
Add standard toolchain to BuildRequires, add docs_version tag, restructure so all release variables are at top of file.

17 years agoBump rescuever to 1.8.6
Scott Barninger [Sat, 1 Jul 2006 17:36:32 +0000 (17:36 +0000)]
Bump rescuever to 1.8.6

17 years agoFix bug in wxWidgets patch script
Robert Nelson [Sat, 1 Jul 2006 15:45:53 +0000 (15:45 +0000)]
Fix bug in wxWidgets patch script

17 years agoCreate patches subdirectory.
Robert Nelson [Sat, 1 Jul 2006 14:58:41 +0000 (14:58 +0000)]
Create patches subdirectory.
Move mingw-utils.patch into patches.
Add dependency patches and build script.

17 years agoUpdate changelog.
Scott Barninger [Sat, 1 Jul 2006 14:45:43 +0000 (14:45 +0000)]
Update changelog.

17 years agoupdate getdiskinfo
Kern Sibbald [Sat, 1 Jul 2006 14:32:52 +0000 (14:32 +0000)]
update getdiskinfo

17 years agodelete getdiskinfo
Kern Sibbald [Sat, 1 Jul 2006 14:30:37 +0000 (14:30 +0000)]
delete getdiskinfo

17 years agoUpdate spec files
Kern Sibbald [Sat, 1 Jul 2006 14:27:56 +0000 (14:27 +0000)]
Update spec files

17 years agoFix tape tests
Kern Sibbald [Sat, 1 Jul 2006 14:25:24 +0000 (14:25 +0000)]
Fix tape tests

17 years agoFinal changes
Kern Sibbald [Sat, 1 Jul 2006 14:03:19 +0000 (14:03 +0000)]
Final changes

17 years agoFinal changes
Kern Sibbald [Sat, 1 Jul 2006 12:50:24 +0000 (12:50 +0000)]
Final changes

17 years ago- Fix a complier warning in files/backup.c
Kern Sibbald [Sat, 1 Jul 2006 12:32:42 +0000 (12:32 +0000)]
- Fix a complier warning in files/backup.c
- Cleanup NOT NULL vs DEFALT 0 in database creation.
- Tweak btape.

17 years agoUpdate disk tests
Kern Sibbald [Fri, 30 Jun 2006 18:59:29 +0000 (18:59 +0000)]
Update disk tests

17 years agoFix spelling typo.
Frank Sweetser [Fri, 30 Jun 2006 12:12:45 +0000 (12:12 +0000)]
Fix spelling typo.

17 years agoUpdate more tests
Kern Sibbald [Fri, 30 Jun 2006 09:56:48 +0000 (09:56 +0000)]
Update more tests

17 years ago- I removed a size_t from the jcr.h definition.
Kern Sibbald [Fri, 30 Jun 2006 09:55:57 +0000 (09:55 +0000)]
- I removed a size_t from the jcr.h definition.
- Update the tape regression scripts (still to be tested).
- Add gcc and gcc-c++ requires to srm as suggested by a user.
- Require done or quit to exit from in memory tree restore.

17 years agoFix 64 bit build problems.
Robert Nelson [Fri, 30 Jun 2006 07:01:30 +0000 (07:01 +0000)]
Fix 64 bit build problems.

17 years agoAdd all the new files from the Windows branch.
Robert Nelson [Fri, 30 Jun 2006 04:14:19 +0000 (04:14 +0000)]
Add all the new files from the Windows branch.

17 years agoMerge in all the low-risk changes from the Windows branch.
Robert Nelson [Fri, 30 Jun 2006 04:06:34 +0000 (04:06 +0000)]
Merge in all the low-risk changes from the Windows branch.
Add all the new files from the Windows branch.

17 years agofix some doc bugs
Kern Sibbald [Thu, 29 Jun 2006 16:20:01 +0000 (16:20 +0000)]
fix some doc bugs

17 years agoFinal changes
Kern Sibbald [Thu, 29 Jun 2006 14:16:06 +0000 (14:16 +0000)]
Final changes

17 years agoFinal changes
Kern Sibbald [Thu, 29 Jun 2006 07:41:52 +0000 (07:41 +0000)]
Final changes

17 years agoTweak
Kern Sibbald [Thu, 29 Jun 2006 07:09:53 +0000 (07:09 +0000)]
Tweak

17 years agoFinal changes
Kern Sibbald [Thu, 29 Jun 2006 07:04:00 +0000 (07:04 +0000)]
Final changes

17 years agoTurn off debug
Kern Sibbald [Wed, 28 Jun 2006 18:22:55 +0000 (18:22 +0000)]
Turn off debug

17 years agoFinal changes
Kern Sibbald [Wed, 28 Jun 2006 16:20:29 +0000 (16:20 +0000)]
Final changes

17 years agoadd man .cvsignore
Kern Sibbald [Wed, 28 Jun 2006 09:46:17 +0000 (09:46 +0000)]
add man .cvsignore

17 years agoTeak man pages
Kern Sibbald [Wed, 28 Jun 2006 09:44:39 +0000 (09:44 +0000)]
Teak man pages

18 years agoUpdate licenses
Kern Sibbald [Tue, 27 Jun 2006 08:33:51 +0000 (08:33 +0000)]
Update licenses

18 years ago- Write install/uninstall of new manpages. There are now a
Kern Sibbald [Mon, 26 Jun 2006 19:52:15 +0000 (19:52 +0000)]
- Write install/uninstall of new manpages. There are now a
  pile of man pages. Some of which need a lot of work.

  ============= Warning ==================================
     The --mandir ./configure option now points to the top level
     man directory.  The man files will be installed under
     mandir/man8 and mandir/man1 as appropriate.
  ===========================================================

18 years agoFix dvd rewind
Kern Sibbald [Mon, 26 Jun 2006 16:06:12 +0000 (16:06 +0000)]
Fix dvd rewind

18 years agoCorrect pool source setting
Kern Sibbald [Mon, 26 Jun 2006 16:03:19 +0000 (16:03 +0000)]
Correct pool source setting

18 years ago- Add complete text of GPL to LICENSE.
Kern Sibbald [Mon, 26 Jun 2006 16:00:29 +0000 (16:00 +0000)]
- Add complete text of GPL to LICENSE.
- Implement job report that indicates where Storage and Pool
  came from -- with overrides and Pool storage and NextPool,
  it is all very complicated.
- Create a few common subroutines for backup.c and migrate.c
- Eliminate warning messages from tray-monitor.c

18 years agoAdd mysql5 tag, remove patch info left in on last commit.
Scott Barninger [Sun, 25 Jun 2006 15:41:23 +0000 (15:41 +0000)]
Add mysql5 tag, remove patch info left in on last commit.

18 years agoUpdate depkgs
Scott Barninger [Sun, 25 Jun 2006 14:21:58 +0000 (14:21 +0000)]
Update depkgs

18 years ago25Jun06
Kern Sibbald [Sun, 25 Jun 2006 13:58:36 +0000 (13:58 +0000)]
25Jun06
- Apply fix for scheduler for missing unlock_jobs().
- Clean out autoconf caches before rebuilding configure
- Fix the FreeBSD pthreads lib define updated by Dan.
- Add missing semicolon in src/console/console.c
- Add Robert's enhanced version of build-win32-cross-tools
  as well as his patch file.
- Note, the new gcc options are likely to break building of
  wx-console or the tray-monitor ...
24Jun06
- Implement Robert's suggestion to suppress printing compile lines.
- Detect GCC correctly (I hope)
- If using GCC (actually g++) add the following compiler flags
  -fno-strict-aliasing -fno-exceptions -fno-rtti
- Turn on new bsnprintf() code.
- Fix crypto when not using openssl. I previously overlooked this.
- Eliminate crypto type punning problems by eliminating void * and
  using uint8_t * instead.
- Harden authentication failure in FD by single threading errors
  and forcing a 6 second wait.

18 years agoUpdate 1.38.10 patches
Kern Sibbald [Sun, 25 Jun 2006 13:08:50 +0000 (13:08 +0000)]
Update 1.38.10 patches