From c040ca109c58bcb3c902a94fa4af398b98ae9c92 Mon Sep 17 00:00:00 2001 From: James FitzGibbon Date: Fri, 18 Oct 1996 15:56:47 +0000 Subject: Fixed problem with setting PREFIX in radius.h --- net/ascend-radius/files/patch-aa | 2 +- net/ascend-radius/files/patch-ae | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'net/ascend-radius') 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" -- cgit v1.2.3