From: Kern Sibbald Date: Thu, 17 Mar 2005 18:24:54 +0000 (+0000) Subject: - Detect if fseeko exists with autoconf. If so, use it X-Git-Tag: Release-1.38.0~592 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2436a8dc97b7e6765e1b93d10ae7ba89f9ce7a88;p=bacula%2Frescue - Detect if fseeko exists with autoconf. If so, use it and ftello. - Remove old bacula-*.conf from examples directory (out of date). - Remove latex-fr index files from CVS. - Rewrite code that stops reading the tape so that the tape is marked at EOT, then once the work is done, the EOT flag is removed. - Flush output to file after every send in console. - Make setting VolFiles to smaller number fatal. - Disable Multiple Connections code. - Add patch from user for NetBSD statvsfs() fix to fstype.c - Take more care with errors in acquire.c - Don't run through dvd code in append.c if bad status returned. - Modify code so that an autochanger fault is fatal. - Use dev->print_name() in more places. - Implement dev->can_steal_lock() to simplify code. - Make btape re-read first 10000 records on fill command. - Check error return and fail job from fseeko and ftello in spool.c. Don't let a -1 slip in as size. ---