From 9b0f481d0d48caa68b4d50ac97838cd66e0c4b67 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 11 Oct 2006 21:34:24 +0000 Subject: [PATCH] kes Correct mtx-changer bug that I introduced in a recent commit, and 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 | 2 +- bacula/src/version.h | 4 ++-- bacula/technotes-1.39 | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bacula/scripts/mtx-changer.in b/bacula/scripts/mtx-changer.in index 4588ef0753..82e85f9708 100644 --- a/bacula/scripts/mtx-changer.in +++ b/bacula/scripts/mtx-changer.in @@ -50,7 +50,7 @@ case ${OS} in ready="Current Driver State: at rest." ;; *) - stat="ONLINE" + ready="ONLINE" ;; esac diff --git a/bacula/src/version.h b/bacula/src/version.h index e2a49f95fc..dbecdbd301 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -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 */ diff --git a/bacula/technotes-1.39 b/bacula/technotes-1.39 index bd4d580ac4..17fdda22a0 100644 --- a/bacula/technotes-1.39 +++ b/bacula/technotes-1.39 @@ -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 -- 2.39.5