summaryrefslogtreecommitdiff
path: root/net/p5-IC-Radius/files/patch-Radius.pm
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-IC-Radius/files/patch-Radius.pm')
-rw-r--r--net/p5-IC-Radius/files/patch-Radius.pm20
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;