Package: plymouth
Version: 0.7.2-3
Severity: important

Hi,
attached patch makes sure we don't start the bootsplash during upgrades
since this confuses people. Please apply.
Cheers,
 -- Guido
>From 86f5397175436d8bf714759d5dffb8d2f5fae1d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <a...@sigxcpu.org>
Date: Sat, 20 Mar 2010 13:45:05 +0100
Subject: [PATCH 1/2] Don't stop init script on upgrade

so we don't show the boot splash during package upgrades
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index ed760c2..55f6d7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,4 +40,4 @@ override_dh_makeshlibs:
 	dh_makeshlibs -p plymouth
 
 override_dh_installinit:
-	dh_installinit -- start 21 2 3 4 5 . stop 02 0 6 .
+	dh_installinit --no-start -- start 21 2 3 4 5 . stop 02 0 6 .
-- 
1.7.0

Reply via email to