mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
4c07d7dc6c
A RADIUS-compliant remote authentication and accouting server PR: 21097 Submitted by: Gene Raytsin <pal@paladin7.net>
11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
--- src/conf.h Wed Sep 6 18:28:45 2000
|
|
+++ conf.h Wed Sep 6 18:30:44 2000
|
|
@@ -1,6 +1,6 @@
|
|
/* Default Database File Names */
|
|
|
|
-#define RADIUS_DIR "/etc/raddb"
|
|
+#define RADIUS_DIR "/usr/local/etc/raddb"
|
|
#define RADLOG_DIR "/var/log"
|
|
|
|
#ifdef aix
|