diff options
author | Will Andrews <will@FreeBSD.org> | 2001-12-19 02:30:02 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-12-19 02:30:02 +0000 |
commit | 7765c3d3500ff8050f20d17e9bf6dbc16e426d99 (patch) | |
tree | 2a576321bfa1f5eb7c8acbfbea468c2e52446f4a /net/icradius/files/patch-src::Make.inc | |
parent | Add p5-IC-Radius 0.4, a Perl5 extension for ICRADIUS Interface Module. (diff) |
Add icradius 0.18.1, a variant of Cistron RADIUS, but with a MySQL
backend.
PR: 29080
Submitted by: Sergey N. Voronkov <serg@tmn.ru>
Notes
Notes:
svn path=/head/; revision=51767
Diffstat (limited to 'net/icradius/files/patch-src::Make.inc')
-rw-r--r-- | net/icradius/files/patch-src::Make.inc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/icradius/files/patch-src::Make.inc b/net/icradius/files/patch-src::Make.inc new file mode 100644 index 000000000000..369e33af340a --- /dev/null +++ b/net/icradius/files/patch-src::Make.inc @@ -0,0 +1,22 @@ +--- src/Make.inc.orig Wed Jun 6 23:21:33 2001 ++++ src/Make.inc Tue Jun 26 12:43:50 2001 +@@ -4,7 +4,7 @@ + # + # + +-RADIUS_DIR = /etc/raddb ++RADIUS_DIR = ${PREFIX}/etc/raddb + + SERVER_OBJS = radiusd.o dict.o files.o filters.o util.o md5.o attrprint.o \ + acct.o radius.o pam.o log.o version.o proxy.o \ +@@ -92,8 +92,8 @@ + install -d $(SBINDIR) + install -d $(BINDIR) + install -d $(RADIUS_DIR) +- install -m 755 -s radiusd $(SBINDIR)/radiusd +- install -m 755 checkrad.pl $(SBINDIR)/checkrad ++ install -c -m 755 -s radiusd $(SBINDIR)/radiusd ++ install -c -m 755 checkrad.pl $(SBINDIR)/checkrad + # Install the config files + @echo "Creating/updating files in $(RADIUS_DIR)"; \ + cd ../raddb; \ |