]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix bat to automatically use installed bat.conf
authorKern Sibbald <kern@sibbald.com>
Thu, 14 May 2009 10:41:48 +0000 (10:41 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 14 May 2009 10:41:48 +0000 (10:41 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8825 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/main.cpp
bacula/technotes

index 9c315903edc061edf55f2339058afaa05a6f1075..6d9f917bf05f1d55e1a04f3ac8a5c186c3c68cf9 100644 (file)
@@ -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;
index c0b43891134340dd9aa227946ffd9b59d906cec5..831819481d09ec5d872d1184b3a234e764eb3323 100644 (file)
@@ -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