From: Kern Sibbald Date: Thu, 14 May 2009 10:41:48 +0000 (+0000) Subject: Fix bat to automatically use installed bat.conf X-Git-Tag: Release-3.0.2~240 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=377bf815eefec1e61a1e97469ae972a52aefde58;p=bacula%2Fbacula 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 --- 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