]> git.sur5r.net Git - bacula/bacula/commitdiff
kes Correct mtx-changer bug that I introduced in a recent commit, and
authorKern Sibbald <kern@sibbald.com>
Wed, 11 Oct 2006 21:34:24 +0000 (21:34 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 11 Oct 2006 21:34:24 +0000 (21:34 +0000)
     pointed out by Robert Nelson -- thanks.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3547 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/scripts/mtx-changer.in
bacula/src/gnome2-console/console.c
bacula/src/gnome2-console/console_conf.c
bacula/src/version.h
bacula/technotes-1.39

index 4588ef0753e121658e19082155a6488fc60cd993..82e85f970801824f066cd9e35542be36d1f8d959 100644 (file)
@@ -50,7 +50,7 @@ case ${OS} in
     ready="Current Driver State: at rest."
     ;;
   *)
-    stat="ONLINE"
+    ready="ONLINE"
   ;;
 esac
 
index 392ff999ad890b45b5bc7c71f7de24ac2248d4ca..ac380765e427e2db8f0bbff32dae24dcefabe26a 100644 (file)
@@ -85,7 +85,7 @@ static int numdir = 0;
 static void usage()
 {
    fprintf(stderr, _(
-"Copyright (C) 2002-2005 Kern Sibbald\n"
+"Copyright (C) 2002-2006 Kern Sibbald\n"
 "\nVersion: %s (%s) %s %s %s\n\n"
 "Usage: gnome-console [-s] [-c config_file] [-d debug_level] [config_file]\n"
 "       -c <file>   set configuration file to file\n"
index 090189ad98ae74b0d9f4651d2480095427c29411..c61eccd8bd9b637b2369f6551c096ec95293597f 100644 (file)
@@ -22,7 +22,7 @@
  *     Version $Id$
  */
 /*
-   Copyright (C) 2000-2005 Kern Sibbald
+   Copyright (C) 2000-2006 Kern Sibbald
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
index e2a49f95fce46f04091c66fe612ba3ce9da150c3..dbecdbd301dbc4aa46d61c601418635804f0fd5d 100644 (file)
@@ -4,8 +4,8 @@
 
 #undef  VERSION
 #define VERSION "1.39.25"
-#define BDATE   "08 October 2006"
-#define LSMDATE "08Oct06"
+#define BDATE   "12 October 2006"
+#define LSMDATE "12Oct06"
 #define BYEAR "2006"       /* year for copyright messages in progs */
 
 /* Debug flags */
index bd4d580ac48b87c7085e52fdc0b1bfbdb707cc4f..17fdda22a02d2b1ecbc2cd8cb6e954375f025819 100644 (file)
@@ -1,6 +1,9 @@
               Technical notes on version 1.39  
 
 General:
+11Oct06
+kes  Correct mtx-changer bug that I introduced in a recent commit, and
+     pointed out by Robert Nelson -- thanks.
 08Oct06
 kes  Turn on heap reporting in Dir with zero debug level.
 kes  Send a message to the sys log when Bacula forces a SEG FAULT, and