File bootsplash-3.3-fix-init.diff of Package bootsplash
---
Scripts/rcsplash | 5 +++--
Scripts/splash_early | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
--- a/Scripts/rcsplash
+++ b/Scripts/rcsplash
@@ -11,8 +11,9 @@
### BEGIN INIT INFO
# Provides: splash
# Required-Start: $remote_fs
-# X-UnitedLinux-Should-Start: fbset
-# Required-Stop:
+# Should-Start: fbset
+# Required-Stop: $remote_fs
+# Should-Stop: fbset
# Default-Start: 1 2 3 5 S
# Default-Stop:
# Description: Splash screen setup
--- a/Scripts/splash_early
+++ b/Scripts/splash_early
@@ -8,9 +8,9 @@
### BEGIN INIT INFO
# Provides: splash_early
# Required-Start:
-# X-United-Linux-Should-Start: $network $syslog
+# Should-Start: $network $syslog
# Required-Stop:
-# X-United-Linux-Should-Stop: $network $syslog
+# Should-Stop: $network $syslog
# Default-Start: 2 3 5
# Default-Stop: 0 1 4 6
# Description: kills animation after network start