diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /dns/dns_balance/files/patch-log_writer.rb | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
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 - |