git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8825 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
 
 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;
 
 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