From ee26ad0b6b25e64d5928f995ca4cdf57bde8cc2c 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/gnome2-console/console.c | 2 +- bacula/src/gnome2-console/console_conf.c | 2 +- bacula/src/version.h | 4 ++-- bacula/technotes-1.39 | 3 +++ 5 files changed, 8 insertions(+), 5 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/gnome2-console/console.c b/bacula/src/gnome2-console/console.c index 392ff999ad..ac380765e4 100644 --- a/bacula/src/gnome2-console/console.c +++ b/bacula/src/gnome2-console/console.c @@ -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 set configuration file to file\n" diff --git a/bacula/src/gnome2-console/console_conf.c b/bacula/src/gnome2-console/console_conf.c index 090189ad98..c61eccd8bd 100644 --- a/bacula/src/gnome2-console/console_conf.c +++ b/bacula/src/gnome2-console/console_conf.c @@ -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 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