summaryrefslogtreecommitdiff
path: root/net/ascend-radius/files/patch-ae
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-09-24 15:12:01 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-09-24 15:12:01 +0000
commitc4017afbcbcf8ec63dfb19ae2ade55facbafa6e3 (patch)
tree267181773e9493d6e5298adbd4baef74dee07c4f /net/ascend-radius/files/patch-ae
parentupgrade to 4.16 (non-beta) (diff)
Import of Ascend-modified RADIUS daemon.
Reviewed by: chuckr@FreeBSD.ORG
Diffstat (limited to 'net/ascend-radius/files/patch-ae')
-rw-r--r--net/ascend-radius/files/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/ascend-radius/files/patch-ae b/net/ascend-radius/files/patch-ae
new file mode 100644
index 000000000000..447979fcbc24
--- /dev/null
+++ b/net/ascend-radius/files/patch-ae
@@ -0,0 +1,13 @@
+--- radius.h.orig Tue Sep 3 03:42:48 1996
++++ radius.h Mon Sep 23 21:42:04 1996
+@@ -224,8 +224,8 @@
+
+ /* Default Database File Names */
+
+-#define RADIUS_DIR "/etc/raddb"
+-#define RADACCT_DIR "/usr/adm/radacct"
++#define RADIUS_DIR "${PREFIX}/etc/raddb"
++#define RADACCT_DIR "/var/log/radacct"
+
+ #define RADIUS_DICTIONARY "dictionary"
+ #define RADIUS_CLIENTS "clients"