From 834673abe298ed6b6cdc95f40bf714ffa4c48695 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Fri, 10 May 2002 18:59:23 +0000 Subject: Add freeradius, a RADIUS daemon implementation compatible with livingston radiusd-2.01. This RADIUS implementation implements MS-CHAP authentication whereas most or all of the others don't. Forced into it by: wollman (after removing freeradius-devel) --- net/freeradius2/files/patch-aa | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 net/freeradius2/files/patch-aa (limited to 'net/freeradius2/files/patch-aa') diff --git a/net/freeradius2/files/patch-aa b/net/freeradius2/files/patch-aa new file mode 100644 index 000000000000..0f0edae4d5f0 --- /dev/null +++ b/net/freeradius2/files/patch-aa @@ -0,0 +1,27 @@ +--- Makefile.orig Wed Aug 22 18:31:55 2001 ++++ Makefile Fri May 10 11:04:48 2002 +@@ -31,24 +31,6 @@ + $(INSTALL) -m 644 $$p $(R)$(mandir)/man$$i; \ + done \ + done +- @echo "Creating/updating files in $(R)$(raddbdir)"; \ +- $(INSTALL) -d -m 755 $(R)$(raddbdir); \ +- cd raddb; \ +- for i in [a-c]* [e-z]*; do \ +- [ $$i != radiusd.conf.in -a ! -f $(R)$(raddbdir)/$$i ] && \ +- $(INSTALL) -m 644 $$i $(R)$(raddbdir); \ +- done; \ +- for i in dictionary*; do \ +- [ ! -f $(R)$(raddbdir)/$$i ] && $(INSTALL) -m 644 $$i $(R)$(raddbdir); \ +- if [ "`find $$i -newer $(R)$(raddbdir)/$$i`" ]; then \ +- echo "** $(R)$(raddbdir)/$$i"; \ +- nt=1; \ +- fi; \ +- done; \ +- if [ "$$nt" ]; then \ +- echo "** The samples in ../raddb are newer than these files";\ +- echo "** Please investigate and copy manually if appropriate";\ +- fi + + common: + @for dir in $(SUBDIRS); do \ -- cgit v1.2.3