summaryrefslogtreecommitdiff
path: root/net-mgmt/cricket/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/cricket/files/patch-aj')
-rw-r--r--net-mgmt/cricket/files/patch-aj31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-mgmt/cricket/files/patch-aj b/net-mgmt/cricket/files/patch-aj
deleted file mode 100644
index ee86b8388f14..000000000000
--- a/net-mgmt/cricket/files/patch-aj
+++ /dev/null
@@ -1,31 +0,0 @@
-*** util/usrModemUsage.orig Tue Jul 20 03:02:29 1999
---- util/usrModemUsage Sun Feb 13 20:50:34 2000
-***************
-*** 1,4 ****
-! #!/usr/local/bin/perl -w
- # -*- perl -*-
-
- # usrModemUsage
---- 1,4 ----
-! #!%%PATHPERLBIN%% -w
- # -*- perl -*-
-
- # usrModemUsage
-***************
-*** 23,29 ****
- # modem chassis.
-
- BEGIN {
-! $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "..";
- }
-
- #
---- 23,30 ----
- # modem chassis.
-
- BEGIN {
-! # $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "..";
-! $gInstallRoot = '%%PREFIX%%/cricket';
- }
-
- #