a23f39a1d5
Add no_server PSEUDO_FLAVOR Reorganize the Makefile some. Remove dependency on qwt. Set FULLPKGPATH for -main and -bat to remove backend dependencies (found by and solution from naddy@) Use SUBST_CMD. ok jdixon@, okan@
13 lines
528 B
Plaintext
13 lines
528 B
Plaintext
$OpenBSD: patch-src_qt-console_main_cpp,v 1.2 2008/10/19 03:44:42 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;
|