openbsd-ports/sysutils/bacula/patches/patch-src_qt-console_main_cpp
ajacoutot 186a14223e Major update to Bacula 7.0.2.
Some info at:
http://blog.bacula.org/p710/
http://blog.bacula.org/release-7-0-2/

Now builds with our libtool(1).

While there's a huge amount of changes, existing setups "should" just
work without any modification.

tested by sthen@ and myself
ok sthen@, my new co-maintainer :-)
2014-04-19 09:44:11 +00:00

13 lines
528 B
Plaintext

$OpenBSD: patch-src_qt-console_main_cpp,v 1.8 2014/04/19 09:44:11 ajacoutot Exp $
--- src/qt-console/main.cpp.orig Sat Mar 29 09:00:03 2014
+++ src/qt-console/main.cpp Fri Apr 4 22:03:00 2014
@@ -46,7 +46,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 "${SYSCONFDIR}/bat.conf" /* default configuration file */
/* Static variables */
static CONFIG *config;