From 3a4d6a85fb9ca74775b87080fc44c393836007de Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 11 Apr 2012 16:50:08 +0200 Subject: Honour configure option --sysconfdir. This closes RADSECPROXY-31. --- radsecproxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'radsecproxy.h') diff --git a/radsecproxy.h b/radsecproxy.h index 184231b..c1e7744 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -18,7 +18,7 @@ #define DEBUG_LEVEL 2 -#define CONFIG_MAIN "/etc/radsecproxy.conf" +#define CONFIG_MAIN SYSCONFDIR"/radsecproxy.conf" /* MAX_REQUESTS must be 256 due to Radius' 8 bit ID field */ #define MAX_REQUESTS 256 -- cgit v1.1