diff options
Diffstat (limited to 'dns/dns_balance/files/patch-log_writer.rb')
-rw-r--r-- | dns/dns_balance/files/patch-log_writer.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dns/dns_balance/files/patch-log_writer.rb b/dns/dns_balance/files/patch-log_writer.rb deleted file mode 100644 index e18aced47fb8..000000000000 --- a/dns/dns_balance/files/patch-log_writer.rb +++ /dev/null @@ -1,12 +0,0 @@ ---- log_writer.rb.orig Fri Dec 22 12:46:39 2000 -+++ log_writer.rb Mon Mar 5 16:05:06 2001 -@@ -12,8 +12,7 @@ - - def put_log(str) - $loglock.synchronize do -- $stdout.print(str) -- $stdout.flush -+ $logout.print(str) - end - end - |