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

Alban Browaeys prahal at yahoo.com
Fri Mar 28 12:34:07 UTC 2008


Package: splashy
Version: 0.3.8-1
Severity: important
Tags: patch

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). 

Best regards
Alban


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-rc7-00025-gacaef06 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages splashy depends on:
ii  initramfs-tools        0.91e             tools for generating an initramfs
ii  libc6                  2.7-9             GNU C Library: Shared libraries
ii  libdirectfb-1.0-0      1.0.1-8           direct frame buffer graphics - sha
ii  libgcc1                1:4.3.0-2         GCC support library
ii  libglib2.0-0           2.16.1-2          The GLib library of C routines
ii  libmagic1              4.23-2            File type determination library us
ii  libsplashy1            0.3.8-1           Library to draw splash screen on b
ii  lsb-base               3.2-4             Linux Standard Base 3.2 init scrip
ii  zlib1g                 1:1.2.3.3.dfsg-11 compression library - runtime

splashy recommends no packages.

-- no debconf information
-------------- next part --------------
--- 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 


More information about the Splashy-devel mailing list