blob: 232100bdcb437900d53185cbad98f9d2b696a94f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- cbpolicyd.orig 2008-12-02 15:32:47.000000000 +0000
+++ cbpolicyd 2008-12-02 15:33:10.000000000 +0000
@@ -52,7 +52,7 @@
# Set defaults
- $cfg->{'config_file'} = "/etc/cluebringer.conf";
+ $cfg->{'config_file'} = "/usr/local/etc/cluebringer.conf";
$server->{'timeout'} = 120;
$server->{'background'} = "yes";
|