2 This patch causes the output directed to a file to be
3 flushed after every line. This is a bit overkill, IMO, but
4 a user complained about it.
9 patch -p0 <1.36.2-console.patch
13 Index: src/console/console.c
14 ===================================================================
15 RCS file: /cvsroot/bacula/bacula/src/console/console.c,v
16 retrieving revision 1.53.6.1
17 diff -u -b -r1.53.6.1 console.c
18 --- src/console/console.c 25 Feb 2005 09:47:06 -0000 1.53.6.1
19 +++ src/console/console.c 16 Mar 2005 11:36:43 -0000
28 - if (output == stdout || tee) {
29 + if (output != stdout || tee) {