diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-18 15:56:47 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-18 15:56:47 +0000 |
commit | c040ca109c58bcb3c902a94fa4af398b98ae9c92 (patch) | |
tree | 4aa6598d1a67cbd32f60cc27c0721632127df252 /net/ascend-radius/files/patch-ae | |
parent | Upgrade to 2.4.1 (diff) |
Fixed problem with setting PREFIX in radius.h
Diffstat (limited to '')
-rw-r--r-- | net/ascend-radius/files/patch-ae | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ascend-radius/files/patch-ae b/net/ascend-radius/files/patch-ae index 447979fcbc24..eda8f670b9aa 100644 --- a/net/ascend-radius/files/patch-ae +++ b/net/ascend-radius/files/patch-ae @@ -1,12 +1,12 @@ ---- radius.h.orig Tue Sep 3 03:42:48 1996 -+++ radius.h Mon Sep 23 21:42:04 1996 +--- radius.h.orig Mon Oct 14 22:21:17 1996 ++++ radius.h Fri Oct 18 11:54:51 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 RADIUS_DIR "@@PREFIX@@/etc/raddb" +#define RADACCT_DIR "/var/log/radacct" #define RADIUS_DICTIONARY "dictionary" |