From: Kern Sibbald Date: Sat, 7 Oct 2006 21:09:43 +0000 (+0000) Subject: kes Begin work on new GUI console. X-Git-Tag: Release-2.0.0~378 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=696a0531796dd85e03eb4db2c30057a95973c922;p=bacula%2Frescue kes Begin work on new GUI console. kes Make configure look in non-standard MySQL library directory for Solaris. kes Make mtx-changer automatically configure the autochanger wait procedure for Solaris, FreeBSD, and Linux. Previously, only Linux was implemented. kes Correct drop_sqlite_tables.in script to not delete the database. kes When writing to a log file, close and reopen the file descriptor if there is an error writing the file. kes Modify the autochanger loaded?, load, and unload commands to print the full text of any mtx output if there is an error. Helps to ease diagnosis of autochanger problems. kes Correct a few Win32 errno returns in the VSS code so that hopefully a resonable Win32 error message will be printed. kes Convert a few strcat()... to bstrncat() in the Win32 code. ---