Package: bootsplash
Severity: wishlist
Tags: patch

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

The LSB headers required to optimize boot order are missing from 'bootsplash'.
Although this is not yet a release requirement for Etch, adding them now will 
enable a smoother transition in the future.

These two ULR describe what's required:

http://wiki.debian.org/LSBInitScript
http://lists.alioth.debian.org/pipermail/initscripts-ng-devel/2006-June/000294.html

I have enclosed a patch that adds a potentialy correct LSB header.
Please check whether my assumptions are correct, before adding it. :)


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

iD8DBQFEoSn8eXr56x4Muc0RAj5QAJ0SskPzjj1y7ZA6Lbmz4X+Mi2s01gCgh2LM
dibl17Z+ehcHAOeIvkcMw3U=
=WC9K
-----END PGP SIGNATURE-----
--- debian/bootsplash.init      2006-06-27 15:39:44.000000000 +0300
+++ ../bootsplash.init  2006-06-27 15:46:18.155286891 +0300
@@ -1,4 +1,13 @@
 #!/bin/sh
+### BEGIN INIT INFO
+# Provides:       bootsplash
+# Required-Start: $remote_fs
+# Required-Stop:
+# Default-Start:  2 3 4 5
+# Default-Stop:   0 1 6
+# Description:    Boot Splash screen setup
+### END INIT INFO
+
 # based on initscript from gentoo linux
 # made some changes to fit normal sysvinit like used by debian
 # everything in here is GPL ;)

Reply via email to