From 377bf815eefec1e61a1e97469ae972a52aefde58 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 14 May 2009 10:41:48 +0000 Subject: [PATCH] Fix bat to automatically use installed bat.conf git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8825 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/qt-console/main.cpp | 2 +- bacula/technotes | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bacula/src/qt-console/main.cpp b/bacula/src/qt-console/main.cpp index 9c315903ed..6d9f917bf0 100644 --- a/bacula/src/qt-console/main.cpp +++ b/bacula/src/qt-console/main.cpp @@ -49,7 +49,7 @@ static int check_resources(); extern bool parse_bat_config(CONFIG *config, const char *configfile, int exit_code); -#define CONFIG_FILE "./bat.conf" /* default configuration file */ +#define CONFIG_FILE "bat.conf" /* default configuration file */ /* Static variables */ static CONFIG *config; diff --git a/bacula/technotes b/bacula/technotes index c0b4389113..831819481d 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -3,7 +3,8 @@ General: 14May09 -kes bat not installed even if configured. Fix by working +kes Fix bat to automatically use installed bat.conf +kes bat was not installed even if configured. Fix by working around apparent bug in qmake. 13May09 ebl Turn on lockmanager when using DEVELOPER flag -- 2.39.5