Package: splashy
Version: 0.2.2
Followup-For: Bug #400598
The fix provided so far does not solve the problem, because the variable
RUNLEVEL is not known when it first is referenced. This could be solved T
by declaring the variable at the beginning of the script.
AFAIK this should not have influence to the variable content
if the variable was known before.
The following patch would do this:
--- lsb-base-logging.sh.old 2007-01-23 19:38:51.000000000 +0100
+++ lsb-base-logging.sh 2007-01-23 19:39:04.000000000 +0100
@@ -5,6 +5,8 @@
# KNOWN BUGS
# Splashy and console-screen.sh don't work together.
+declare RUNLEVEL
+
# int log_end_message (int exitstatus)
log_end_msg () {
# If no arguments were passed, return
Best regards
Dieter Jäger
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.1
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages splashy depends on:
ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries
Versions of packages splashy recommends:
ii lsb 3.1-22 Linux Standard Base 3.1 support pa
ii lsb-base 3.1-22 Linux Standard Base 3.1 init scrip
-- no debconf information