diff options
Diffstat (limited to 'net/dns_balance/files/patch-log_writer.rb')
| -rw-r--r-- | net/dns_balance/files/patch-log_writer.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/dns_balance/files/patch-log_writer.rb b/net/dns_balance/files/patch-log_writer.rb new file mode 100644 index 000000000000..e18aced47fb8 --- /dev/null +++ b/net/dns_balance/files/patch-log_writer.rb @@ -0,0 +1,12 @@ +--- 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 + |
