2003-09-14 18:51:56 +02:00
|
|
|
|
|
|
|
$FreeBSD$
|
|
|
|
|
2004-10-17 21:22:13 +02:00
|
|
|
--- modules/acc/acc_mod.c.orig Mon Jul 19 01:56:23 2004
|
|
|
|
+++ modules/acc/acc_mod.c Tue Jul 27 21:01:36 2004
|
2004-02-05 20:57:37 +01:00
|
|
|
@@ -93,7 +93,7 @@
|
2003-09-14 18:51:56 +02:00
|
|
|
int log_level=L_NOTICE;
|
|
|
|
char *log_fmt=DEFAULT_LOG_FMT;
|
|
|
|
#ifdef RAD_ACC
|
2004-10-17 21:22:13 +02:00
|
|
|
-static char *radius_config = "/usr/local/etc/radiusclient/radiusclient.conf";
|
|
|
|
+static char *radius_config = (CFG_DIR "radiusclient.conf");
|
2003-09-14 18:51:56 +02:00
|
|
|
int radius_flag = 0;
|
|
|
|
int radius_missed_flag = 0;
|
2004-10-17 21:22:13 +02:00
|
|
|
static int service_type = -1;
|