From: Kern Sibbald Date: Mon, 20 Oct 2003 08:44:22 +0000 (+0000) Subject: Tweak gnome2 console + documentation X-Git-Tag: Release-7.0.0~9952 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=947b6245d9700971fc671e64c515067d81d7a4b7;p=bacula%2Fbacula Tweak gnome2 console + documentation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@755 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/kernstodo b/bacula/kernstodo index b1250f39e3..b273b52d87 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -13,6 +13,7 @@ Documentation to do: (any release a little bit at a time) hours of operation. - Lookup HP cleaning recommendations. - Lookup HP tape replacement recommendations (see trouble shooting autochanger) +- Create a man page for each binary (Debian package requirement). Testing to do: (painful) - that ALL console command line options work and are always implemented @@ -36,12 +37,11 @@ For 1.33 Testing/Documentation: SuSE. For 1.33 -- Limit the number of block checksum/header BB01, ... errors - printed. +- Limit the number of block checksum/header BB01, ... errors printed. - Add VerifyJob to "run" summary (yes/mod/no) prompt. - Add device name to "Current Volume not acceptable because ..." - Make sure that Bacula rechecks the tape after the 20 min wait. -- Set IO_NOWAIT on Bacula packets +- Set IO_NOWAIT on Bacula TCP/IP packets. - Try doing a raw partition backup and restore by mounting a Windows partition. - Implement Verify=DiskToCatalog diff --git a/bacula/src/dird/fd_cmds.c b/bacula/src/dird/fd_cmds.c index 0756292270..ce37b34777 100644 --- a/bacula/src/dird/fd_cmds.c +++ b/bacula/src/dird/fd_cmds.c @@ -250,7 +250,7 @@ static int send_list(JCR *jcr, int list) } else { bstrncpy(buf, "0 ", sizeof(buf)); } - Dmsg1(000, "Opts=%s\n", buf); + Dmsg1(100, "Opts=%s\n", buf); optlen = strlen(buf); while (fgets(buf+optlen, sizeof(buf)-optlen, bpipe->rfd)) { fd->msglen = Mmsg(&fd->msg, "%s", buf); @@ -280,7 +280,7 @@ static int send_list(JCR *jcr, int list) } else { bstrncpy(buf, "0 ", sizeof(buf)); } - Dmsg1(000, "Opts=%s\n", buf); + Dmsg1(100, "Opts=%s\n", buf); optlen = strlen(buf); while (fgets(buf+optlen, sizeof(buf)-optlen, ffd)) { fd->msglen = Mmsg(&fd->msg, "%s", buf); diff --git a/bacula/src/version.h b/bacula/src/version.h index 331206d2b8..8dbfcbbc6e 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -2,8 +2,8 @@ #undef VERSION #define VERSION "1.32c" #define VSTRING "1" -#define BDATE "18 Oct 2003" -#define LSMDATE "18Oct03" +#define BDATE "20 Oct 2003" +#define LSMDATE "20Oct03" /* Debug flags */ #undef DEBUG