Package: bootsplash
Severity: important

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The init script for "bootsplash" uses the "source" command to fetch the 
user preferences from /etc/default/bootsplash, which is inappropriate, 
because the source command is a Bashism.

8X-----
# source our config
source /etc/default/bootsplash 2>/dev/null
8X-----

This should be replaced by:

8X-----
# source our config
. /etc/default/bootsplash 2>/dev/null
8X-----

(yes, a single dot replaces "source")

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEoUtLeXr56x4Muc0RAqk/AJ0WZ15Ffmi1TLbc2JNGRQXEu6G7MACfU6Pp
4RHtvXWsMRA2EF4MtROy5GA=
=781n
-----END PGP SIGNATURE-----


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

Reply via email to