Bug#473112: [Splashy-devel] Bug#473112: splashy: breaks udev - log_daemon_msg does not play well with -e switch from udev script

2008-03-28 Thread John Hughes
Alban Browaeys wrote: udev use sh -e and fails in log_daemon_msg because pidof splashy fails . The patch fix it (this only happens when splashy is started from initramfs though the fix is rational in any case). the patch: --- lsb-base-logging.sh.orig2008-03-28 13:28:53.0 +0100

Bug#473112: [Splashy-devel] Bug#473112: splashy: breaks udev - log_daemon_msg does not play well with -e switch from udev script

2008-03-28 Thread Alban Browaeys
On ven, 2008-03-28 at 15:58 +0100, John Hughes wrote: So it would be simpler to get rid of the pidof splashy call: splashy_update scroll $1: $2 2/dev/null || true But doing some tests it looks like most (all?) shells don't treat a command that contains as an error: $ cat