]> 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/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 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