summaryrefslogtreecommitdiff
path: root/net/icradius/files/patch-src::Make.inc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-12-09 01:54:18 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-12-09 01:54:18 +0000
commit6782ba5dbfaa505af7820b9c7345d5d4cd0188e3 (patch)
treedc862447d711611770f8259d87df3497b54bd712 /net/icradius/files/patch-src::Make.inc
parentThis port has been FORBIDDEN for 10 months for security reasons, and (diff)
These ports have been forbidden for 10 months for security reasons.
Removal was announced on Oct 12.
Notes
Notes: svn path=/head/; revision=71457
Diffstat (limited to 'net/icradius/files/patch-src::Make.inc')
-rw-r--r--net/icradius/files/patch-src::Make.inc22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/icradius/files/patch-src::Make.inc b/net/icradius/files/patch-src::Make.inc
deleted file mode 100644
index 369e33af340a..000000000000
--- a/net/icradius/files/patch-src::Make.inc
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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; \