ports/sysutils/bacula/patches/patch-src_qt-console_main_cpp

13 lines
425 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/qt-console/main.cpp
--- src/qt-console/main.cpp.orig
+++ src/qt-console/main.cpp
@@ -49,7 +49,7 @@ extern bool parse_bat_config(CONFIG *config, const cha
extern void message_callback(int /* type */, char *msg);
-#define CONFIG_FILE "bat.conf" /* default configuration file */
+#define CONFIG_FILE "/etc/bacula/bat.conf" /* default configuration file */
/* Static variables */
static CONFIG *config;