diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-11-19 16:17:13 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-11-19 16:17:13 +0000 |
commit | 4abb85d399ff5d9ae83dc76a9cfdb416ec13137a (patch) | |
tree | ba4f28252e9bd539bc0e963f44235276c170fb8b /src/main.h | |
parent | c87580806c6e941fe34be0751f928325271ee7eb (diff) | |
download | rspamd-4abb85d399ff5d9ae83dc76a9cfdb416ec13137a.tar.gz rspamd-4abb85d399ff5d9ae83dc76a9cfdb416ec13137a.zip |
Rework build and install paths.
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index f169b4f5d..29c8a9f0c 100644 --- a/src/main.h +++ b/src/main.h @@ -22,7 +22,7 @@ #include "roll_history.h" /* Default values */ -#define FIXED_CONFIG_FILE ETC_PREFIX "/rspamd.conf" +#define FIXED_CONFIG_FILE RSPAMD_CONFDIR "/rspamd.conf" /* Time in seconds to exit for old worker */ #define SOFT_SHUTDOWN_TIME 10 /* Default metric name */ |