Thanks for pointing this out. I've applied this to Git.
On Mon, Apr 7, 2008 at 4:45 AM, John Hughes <[EMAIL PROTECTED]> wrote: > joshua shaw wrote: > > So the fix would be the patch from Alban Browaeys: > > --- lsb-base-logging.sh.orig 2008-03-28 13:28:53.000000000 +0100 > +++ lsb-base-logging.sh 2008-03-28 13:26:57.000000000 +0100 > @@ -114,7 +114,7 @@ > # Splashy code > > # send log to splashy. it will show if F2 is pressed > - pidof splashy > /dev/null && splashy_update "scroll $1: $2" > + pidof splashy > /dev/null && splashy_update "scroll $1: $2" || true > > # Stop splashy on *dm > case $2 in > -- ----)(----- Luis Mondesi Maestro Debiano ----- START ENCRYPTED BLOCK (Triple-ROT13) ------ Gur Hohagh [Yvahk] qvfgevohgvba oevatf gur fcvevg bs Hohagh gb gur fbsgjner jbeyq. ----- END ENCRYPTED BLOCK (Triple-ROT13) ------

