diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-25 16:05:53 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-25 16:05:53 +0000 |
commit | 9ff6997e3377107188fa35699b5d655cd63d61f8 (patch) | |
tree | e016fbd6636ddab03e8cf0eef75afc9922672c76 /net/radiusd-cistron/files/patch-Make.inc | |
parent | Update to 2.1.14. This fixed the remotely exploitable buffer (diff) |
- Update to 1.6.7-rc2
includes Security Fix
Dictionary files in new location
Notes
Notes:
svn path=/head/; revision=83594
Diffstat (limited to 'net/radiusd-cistron/files/patch-Make.inc')
-rw-r--r-- | net/radiusd-cistron/files/patch-Make.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/radiusd-cistron/files/patch-Make.inc b/net/radiusd-cistron/files/patch-Make.inc new file mode 100644 index 000000000000..d4bbc8468358 --- /dev/null +++ b/net/radiusd-cistron/files/patch-Make.inc @@ -0,0 +1,20 @@ +--- src/Make.inc.orig Thu Apr 10 12:51:47 2003 ++++ src/Make.inc Wed Jun 25 17:24:21 2003 +@@ -4,7 +4,7 @@ + # + # + +-RADIUS_DIR = /etc/raddb ++RADIUS_DIR = ${PREFIX}/etc/raddb + + SERVER_OBJS = radiusd.o files.o acct.o pam.o version.o proxy.o \ + exec.o auth.o timestr.o cache.o readusers.o +@@ -143,7 +143,7 @@ + @echo; echo "Creating/updating files in $(RADIUS_DIR)"; \ + cd ../raddb; \ + for i in [a-c]* [e-z]*; do \ +- [ ! -f $(RADIUS_DIR)/$$i ] && cp $$i $(RADIUS_DIR)/$$i; \ ++ [ ! -f $(RADIUS_DIR)/$$i ] && cp $$i $(RADIUS_DIR)/$$i.sample; \ + done; true + @# Install the dictionary files + @sh dict-install.sh ../raddb $(RADIUS_DIR) $(SHAREDIR) |