Package: usplash
Severity: important
Version: 0.5.19-2
Tags: patch
User: [EMAIL PROTECTED]
Usertag: debian-edu

The splash_stop function in /lib/init/splash-functions is slightly
buggy.  It should ask usplash to quit before killing it, instead of
just killing it.  This patch solve the issue.  The issue is important,
as just killing usplash leave the screen in an inconsistent state.

--- splash-functions.orig       2008-07-25 22:19:42.000000000 +0200
+++ splash-functions    2008-07-25 22:20:14.000000000 +0200
@@ -21,6 +21,9 @@

        splash_running || return 0

+       # ask usplash to go away
+       usplash_write QUIT
+
        # Wait until it is gone or forcibly kill it
        i=0
        while usplash_pidfound; do

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to