On Wed, 09 May 2007, David Härdeman wrote:

> I've attached a patch which reverses the logic in the init script.
> 
> -- 
> David Härdeman
> 

> diff -ur ./usplash-0.4-43.orig/debian/usplash.init 
> ./usplash-0.4-43/debian/usplash.init
> --- ./usplash-0.4-43.orig/debian/usplash.init 2007-05-09 20:21:34.000000000 
> +0200
> +++ ./usplash-0.4-43/debian/usplash.init      2007-05-09 20:25:37.000000000 
> +0200
> @@ -49,7 +49,7 @@
>       else
>           CONSOLE_SCREEN=
>       fi
> -     if type usplash >/dev/null 2>&1 && grep -q splash /proc/cmdline &&
> +     if type usplash >/dev/null 2>&1 && grep -qwv nosplash /proc/cmdline &&

hmm no in that case we want to exit.
i'll fix it up for the upload.

thanks

--
maks

Reply via email to