diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-01-24 10:19:35 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-01-24 10:19:35 +0000 |
commit | 48cf0f27d290fe95c06e5cd198b74da7032ee9d2 (patch) | |
tree | 9c8da4c9828db66d3d26a4ea6fc59baa6f0c5d34 /net/ascend-radius/files/patch-ae | |
parent | Put MAINTAINER in the right place. (diff) |
Upgrade to radius-961029
Diffstat (limited to 'net/ascend-radius/files/patch-ae')
-rw-r--r-- | net/ascend-radius/files/patch-ae | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/net/ascend-radius/files/patch-ae b/net/ascend-radius/files/patch-ae index eda8f670b9aa..eb3e1348aca8 100644 --- a/net/ascend-radius/files/patch-ae +++ b/net/ascend-radius/files/patch-ae @@ -1,13 +1,11 @@ ---- radius.h.orig Mon Oct 14 22:21:17 1996 -+++ radius.h Fri Oct 18 11:54:51 1996 -@@ -224,8 +224,8 @@ +--- radius.h.orig Tue Oct 29 14:41:54 1996 ++++ radius.h Fri Jan 24 05:05:08 1997 +@@ -224,7 +224,7 @@ /* 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" + #ifdef FreeBSD + #define RADACCT_DIR "/var/log/radacct" + #else |