diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-12-09 01:54:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-12-09 01:54:18 +0000 |
commit | 6782ba5dbfaa505af7820b9c7345d5d4cd0188e3 (patch) | |
tree | dc862447d711611770f8259d87df3497b54bd712 /net/icradius/files/patch-src::checkrad.pl | |
parent | This 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::checkrad.pl')
-rw-r--r-- | net/icradius/files/patch-src::checkrad.pl | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net/icradius/files/patch-src::checkrad.pl b/net/icradius/files/patch-src::checkrad.pl deleted file mode 100644 index 2477517feeba..000000000000 --- a/net/icradius/files/patch-src::checkrad.pl +++ /dev/null @@ -1,24 +0,0 @@ ---- src/checkrad.pl.orig Thu Oct 26 07:35:29 2000 -+++ src/checkrad.pl Wed Jul 4 16:43:11 2001 -@@ -35,17 +35,17 @@ - # $naspass is the location of your NAS admin password file - # - --$prefix = "/usr/local"; -+$prefix = "%%PREFIX%%"; - $localstatedir = "/var"; - $logdir = "${localstatedir}/log"; --$sysconfdir = "/etc"; -+$sysconfdir = "${prefix}/etc"; - $raddbdir = "${sysconfdir}/raddb"; - - $debug = ""; - #$debug = "$logdir/checkrad.log"; - --$snmpget = "/usr/bin/snmpget"; --$snmpwalk = "/usr/bin/snmpwalk"; -+$snmpget = "${prefix}/bin/snmpget"; -+$snmpwalk = "${prefix}/bin/snmpwalk"; - $rusers = "/usr/bin/rusers"; - $naspass = "$raddbdir/naspasswd"; - |