diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-05 08:58:43 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-05 08:58:43 +0000 |
commit | 274812f3fe38b8ce4d8fb0ded275f156113c8730 (patch) | |
tree | e7f0bacb494bbb61a73f26c7d1f6ac6a46d84e3b /dns/dns_balance/files/patch-log_writer.rb | |
parent | ef9a3858956118fbfdcc5451ef2ae2274804ffe5 (diff) |
Notes
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, 12 insertions, 0 deletions
diff --git a/dns/dns_balance/files/patch-log_writer.rb b/dns/dns_balance/files/patch-log_writer.rb new file mode 100644 index 000000000000..e18aced47fb8 --- /dev/null +++ b/dns/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 + |