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/p5-IC-Radius/files/patch-Radius.pm | |
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/p5-IC-Radius/files/patch-Radius.pm')
-rw-r--r-- | net/p5-IC-Radius/files/patch-Radius.pm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/p5-IC-Radius/files/patch-Radius.pm b/net/p5-IC-Radius/files/patch-Radius.pm deleted file mode 100644 index d29bc3d34fd0..000000000000 --- a/net/p5-IC-Radius/files/patch-Radius.pm +++ /dev/null @@ -1,20 +0,0 @@ ---- Radius.pm.orig Thu Jul 5 14:20:54 2001 -+++ Radius.pm Thu Jul 5 14:30:19 2001 -@@ -1038,7 +1038,7 @@ - - =item * I<sample> - -- $radius->insert_realm('flintstones.com', 'bedrock.com', 'bedrock', '1812', 'nostrip'); -+ $radius->update_realm('flintstones.com', 'bedrock.com', 'bedrock', '1812', 'nostrip'); - - =item * I<return value> - -@@ -1778,7 +1778,7 @@ - - sub fetch_realm_options { - my $self = shift; -- my @options = ('nostrip', 'dohints'); -+ my @options = ('nostrip', 'dohints', 'loglocal'); - - return @options if wantarray; - return \@options; |