blob: 537ad993af4a184c40c2feee17416f06694c5cca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- dao/main.cc.orig 2025-12-05 11:17:35 UTC
+++ dao/main.cc
@@ -2382,11 +2382,7 @@ int main(int argc, char **argv)
Settings* settings = new Settings;
- settingsPath = "/etc/cdrdao.conf";
- if (settings->read(settingsPath) == 0)
- log_message(3, "Read settings from \"%s\".", settingsPath);
-
- settingsPath = "/etc/defaults/cdrdao";
+ settingsPath = "%%PREFIX%%/etc/cdrdao.conf";
if (settings->read(settingsPath) == 0)
log_message(3, "Read settings from \"%s\".", settingsPath);
|