aboutsummaryrefslogtreecommitdiffstats
path: root/dns/dns_balance/files/patch-util.rb
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-07-07 18:45:28 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-07-07 18:45:28 +0000
commita97cff614db365ed488dbc32b5194562af9466f2 (patch)
tree3d0987894d802fb8901a3fc8d7e5e007ea31976d /dns/dns_balance/files/patch-util.rb
parente9ce3176451a0c4570b0a1ec42aeeeeacd9f74e3 (diff)
Update to 0.6.1.
Diffstat (limited to 'dns/dns_balance/files/patch-util.rb')
-rw-r--r--dns/dns_balance/files/patch-util.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/dns/dns_balance/files/patch-util.rb b/dns/dns_balance/files/patch-util.rb
deleted file mode 100644
index f07d4242a82f..000000000000
--- a/dns/dns_balance/files/patch-util.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- util.rb.orig Fri Dec 22 12:46:39 2000
-+++ util.rb Mon Mar 5 13:53:57 2001
-@@ -27,7 +27,7 @@
- #
- # ex) "127.0.0.1" => "\x7f\x0\x0\x1"
- def str_to_ipstr(str)
-- arr = str.split(".").filter{|i| i.to_i}
-+ arr = str.split(".").collect{|i| i.to_i}
-
- if arr.length != 4
- put_log("ipaddr invalid\n")