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 | |
parent | 503b0cc834c2322346280dc3ae02813c3da5c07b (diff) | |
download | ports-c040ca109c58bcb3c902a94fa4af398b98ae9c92.tar.gz ports-c040ca109c58bcb3c902a94fa4af398b98ae9c92.zip |
Notes
Diffstat (limited to 'net/ascend-radius')
-rw-r--r-- | net/ascend-radius/files/patch-aa | 2 | ||||
-rw-r--r-- | net/ascend-radius/files/patch-ae | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/ascend-radius/files/patch-aa b/net/ascend-radius/files/patch-aa index 5e4433fba0cc..ebd1141e95af 100644 --- a/net/ascend-radius/files/patch-aa +++ b/net/ascend-radius/files/patch-aa @@ -1,5 +1,5 @@ --- Makefile.orig Tue Oct 15 19:42:16 1996 -+++ Makefile Fri Oct 18 07:45:10 1996 ++++ Makefile Fri Oct 18 11:54:35 1996 @@ -108,8 +108,8 @@ # Pick your compiler # 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" |