diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -36,7 +36,11 @@ * otherwise it will quit with an error. */ #ifndef LOG_FILE +#ifdef __OpenBSD__ #define LOG_FILE "/logs/vault.log" +#else +#define LOG_FILE "/var/log/vault.log" +#endif #endif /* The directory that contains the HTML template files */ |
