]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak gnome2 console + documentation
authorKern Sibbald <kern@sibbald.com>
Mon, 20 Oct 2003 08:44:22 +0000 (08:44 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 20 Oct 2003 08:44:22 +0000 (08:44 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@755 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kernstodo
bacula/src/dird/fd_cmds.c
bacula/src/version.h

index b1250f39e3ac5f16d22dfc6b100c0a5adc716810..b273b52d8796b9c9727e204494ec9aa6ab28eb90 100644 (file)
@@ -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
index 0756292270cc6140a4ae2128e01bba59fcb4a7b6..ce37b347774dec2f90534c4962930280c68f2c93 100644 (file)
@@ -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);
index 331206d2b8fcdf318db50482e5ed455e6d2f8c76..8dbfcbbc6ea37a703b5407f5ce9c334a137d11a8 100644 (file)
@@ -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