13 lines
463 B
Plaintext
13 lines
463 B
Plaintext
|
$OpenBSD: patch-src_global_cc,v 1.1.1.1 2007/05/07 11:17:07 jasper Exp $
|
||
|
--- src/global.cc.orig Mon May 7 12:43:37 2007
|
||
|
+++ src/global.cc Mon May 7 12:43:38 2007
|
||
|
@@ -84,7 +84,7 @@ int global::IPUrl = 0;
|
||
|
* Everything is read from the config file (larbin.conf by default)
|
||
|
*/
|
||
|
global::global (int argc, char *argv[]) {
|
||
|
- char *configFile = "larbin.conf";
|
||
|
+ char *configFile = "!!SYSCONFDIR!!/larbin/larbin.conf";
|
||
|
#ifdef RELOAD
|
||
|
bool reload = true;
|
||
|
#else
|