27df66b44d
Bacula changelog: http://bacula.svn.sourceforge.net/viewvc/bacula/branches/Branch-2.2/bacula/ChangeLog?revision=6309&view=markup Major port change in this version: -main subpackage is now bacula-client -server subpackage remains bacula-server -bat subpackage is new bacula admin tool -client subpackage goes away. If the old -main subpackage was installed, the upgrade path is to install both bacula-client and bacula-server. Lots of input and assistance from sthen and okan. ok okan; "if it works for you, go for it" sthen
13 lines
529 B
Plaintext
13 lines
529 B
Plaintext
$OpenBSD: patch-src_qt-console_main_cpp,v 1.1 2008/02/07 02:53:35 merdely Exp $
|
|
--- src/qt-console/main.cpp.orig Mon Oct 22 15:29:07 2007
|
|
+++ src/qt-console/main.cpp Mon Oct 22 15:29:31 2007
|
|
@@ -46,7 +46,7 @@ void terminate_console(int sig);
|
|
static void usage();
|
|
static int check_resources();
|
|
|
|
-#define CONFIG_FILE "./bat.conf" /* default configuration file */
|
|
+#define CONFIG_FILE "!!BACULACONF!!/bat.conf" /* default configuration file */
|
|
|
|
/* Static variables */
|
|
static char *configfile = NULL;
|