Your message dated Sun, 21 Mar 2010 07:47:34 +0000
with message-id <[email protected]>
and subject line Bug#574722: fixed in plymouth 0.7.2-4
has caused the Debian Bug report #574722,
regarding Honor nosplash option
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
574722: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574722
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: plymouth
Version: 0.7.2-3
Severity: minor
Tags: patch


Hi,
attached patch makes sure we honor the nosplash option when passed to
the bootloader. This doesn't affect "start" but makes sure we don't try
to splash during shutdown.
Cheers,
 -- Guido
>From 7c05309285694abac4d2e0b3c044071deeb6935b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <[email protected]>
Date: Sat, 20 Mar 2010 14:33:34 +0100
Subject: [PATCH 2/2] Honor nosplash option in init script

---
 debian/plymouth.init |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/debian/plymouth.init b/debian/plymouth.init
index 3d21ee1..0ea061c 100644
--- a/debian/plymouth.init
+++ b/debian/plymouth.init
@@ -15,6 +15,7 @@
 PATH="/sbin:/bin:/usr/sbin:/usr/bin"
 NAME="plymouth"
 DESC="Boot splash manager"
+SPLASH="false"
 
 [ -r "/etc/default/$NAME" ] && . "/etc/default/$NAME"
 
@@ -23,10 +24,10 @@ set -e
 for x in $(cat /proc/cmdline); do
         case $x in
         splash*)
-                SPLASH=true
+                SPLASH="true"
                 ;;
         nosplash*)
-                SPLASH=false
+                SPLASH="false"
                 ;;
         esac
 done
@@ -40,12 +41,18 @@ start_plymouthd ()
 
 case "$1" in
     start)
-	/bin/plymouth --quit
+	if [ "$SPLASH" = "true" ]
+	then
+		/bin/plymouth --quit
+	fi
         ;;
 
     stop)
-	start_plymouthd shutdown
-	/bin/plymouth --show-splash
+	if [ "$SPLASH" = "true" ]
+	then
+		start_plymouthd shutdown
+		/bin/plymouth --show-splash
+	fi
         ;;
 
     restart|force-reload)
-- 
1.7.0


--- End Message ---
--- Begin Message ---
Source: plymouth
Source-Version: 0.7.2-4

We believe that the bug you reported is fixed in the latest version of
plymouth, which is due to be installed in the Debian FTP archive:

plymouth-dev_0.7.2-4_i386.deb
  to main/p/plymouth/plymouth-dev_0.7.2-4_i386.deb
plymouth-plugins-all_0.7.2-4_all.deb
  to main/p/plymouth/plymouth-plugins-all_0.7.2-4_all.deb
plymouth-plugins-fade-in_0.7.2-4_i386.deb
  to main/p/plymouth/plymouth-plugins-fade-in_0.7.2-4_i386.deb
plymouth-plugins-label_0.7.2-4_i386.deb
  to main/p/plymouth/plymouth-plugins-label_0.7.2-4_i386.deb
plymouth-plugins-solar_0.7.2-4_i386.deb
  to main/p/plymouth/plymouth-plugins-solar_0.7.2-4_i386.deb
plymouth-plugins-spinfinity_0.7.2-4_i386.deb
  to main/p/plymouth/plymouth-plugins-spinfinity_0.7.2-4_i386.deb
plymouth_0.7.2-4.diff.gz
  to main/p/plymouth/plymouth_0.7.2-4.diff.gz
plymouth_0.7.2-4.dsc
  to main/p/plymouth/plymouth_0.7.2-4.dsc
plymouth_0.7.2-4_i386.deb
  to main/p/plymouth/plymouth_0.7.2-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <[email protected]> (supplier of updated plymouth package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


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

Format: 1.8
Date: Sun, 21 Mar 2010 08:39:02 +0100
Source: plymouth
Binary: plymouth plymouth-dev plymouth-plugins-all plymouth-plugins-fade-in 
plymouth-plugins-label plymouth-plugins-solar plymouth-plugins-spinfinity
Architecture: source i386 all
Version: 0.7.2-4
Distribution: experimental
Urgency: low
Maintainer: Daniel Baumann <[email protected]>
Changed-By: Daniel Baumann <[email protected]>
Description: 
 plymouth   - Graphical Boot Animation and Logger
 plymouth-dev - Graphical Boot Animation and Logger (development)
 plymouth-plugins-all - Graphical Boot Animation and Logger (plugin metapackage)
 plymouth-plugins-fade-in - Graphical Boot Animation and Logger (fad-in plugin)
 plymouth-plugins-label - Graphical Boot Animation and Logger (label plugin)
 plymouth-plugins-solar - Graphical Boot Animation and Logger (solar plugin)
 plymouth-plugins-spinfinity - Graphical Boot Animation and Logger (spinfinity 
plugin)
Closes: 574720 574722
Changes: 
 plymouth (0.7.2-4) experimental; urgency=low
 .
   [ Daniel Baumann ]
   * Correcting spelling mistake in previous changelog entry.
 .
   [ Guido Guenther ]
   * Don't stop init script on upgrade (Closes: #574720).
   * Honor nosplash option in init script (Closes: #574722).
 .
   [ Daniel Baumann ]
   * Unify coding style in init script.
Checksums-Sha1: 
 f4e88a037271aeac7aa7a613dd2d02fcb783102d 1473 plymouth_0.7.2-4.dsc
 35b9e5162eaaa70317c5ba17aee0e1dc3610ee61 15488 plymouth_0.7.2-4.diff.gz
 d840ec8133614303e57e995d6ba3a1e09d4b493c 113336 plymouth_0.7.2-4_i386.deb
 bc6a4984f478d4e6ab4e3e27f6f8cd1b95fd542b 255504 plymouth-dev_0.7.2-4_i386.deb
 4d66238f453292f66a6dfce80d654798f7eff782 3358 
plymouth-plugins-all_0.7.2-4_all.deb
 8f7346e99e12ab40b0ba97fd655dccb1a08e0acc 41356 
plymouth-plugins-fade-in_0.7.2-4_i386.deb
 02689116fcf426504b9dc53692febc5b0119e8c0 6654 
plymouth-plugins-label_0.7.2-4_i386.deb
 c3ff492e5beab9cd37376664148d6b9b3b1ada9e 377438 
plymouth-plugins-solar_0.7.2-4_i386.deb
 9eb3e0114d94080a7e999b8ad5d718ea529b52a8 24966 
plymouth-plugins-spinfinity_0.7.2-4_i386.deb
Checksums-Sha256: 
 347dc9cbf8a6f2b2d7f4c32a9302955cbf8e53b89e77c73c7d67af02883b5f10 1473 
plymouth_0.7.2-4.dsc
 ac62a9925cdd45527bd44658e2e89479ab4ee916afab262503a20ec6078a7ee7 15488 
plymouth_0.7.2-4.diff.gz
 b8ec6403f48abe78d6fb80cce38e3d414d6a23852b2a25dbfa124ad62317e16a 113336 
plymouth_0.7.2-4_i386.deb
 3925b29c2ffd583974da2cd38ac5d8a5aca4df20788060addd99bc06bc413bb5 255504 
plymouth-dev_0.7.2-4_i386.deb
 652d09dea25d1b825fd50385c58568b12f451345c1af9838b10e1067a4bd522b 3358 
plymouth-plugins-all_0.7.2-4_all.deb
 96dc7596b7496408a656a09ae7dc17d1148f6a8b06c892ed3ed2caec87761b93 41356 
plymouth-plugins-fade-in_0.7.2-4_i386.deb
 5b36f2cc27de053978cf3efdf8f1d0ba131716415fb10f4e146888d47464537b 6654 
plymouth-plugins-label_0.7.2-4_i386.deb
 9697d8d895d5034f72ec9e8290e6e5889dcfff7823b74db1b9b476ce7310f6f4 377438 
plymouth-plugins-solar_0.7.2-4_i386.deb
 1683341e6f3d2c0d376c7f1fca14c73163a213702cd9dc7bbc38bf0a027a21c9 24966 
plymouth-plugins-spinfinity_0.7.2-4_i386.deb
Files: 
 38e521c389f1a8fde6125dff15d6c050 1473 misc optional plymouth_0.7.2-4.dsc
 36d89fddc43ae13d39f8436dbe96ffaa 15488 misc optional plymouth_0.7.2-4.diff.gz
 be284f7c32c4d674b55becdd30c52a98 113336 misc optional plymouth_0.7.2-4_i386.deb
 f5a4b84eb2a1017fa619232aca949368 255504 misc optional 
plymouth-dev_0.7.2-4_i386.deb
 ab8fda1a5ce1c6702c24555301d7ee97 3358 misc optional 
plymouth-plugins-all_0.7.2-4_all.deb
 c8f07392493f6d0faf1f2d42c0905c45 41356 misc optional 
plymouth-plugins-fade-in_0.7.2-4_i386.deb
 3c59a4e084923a80163a4303db2e7200 6654 misc optional 
plymouth-plugins-label_0.7.2-4_i386.deb
 ce8302de8dfcdf5f36339789f2e1083c 377438 misc optional 
plymouth-plugins-solar_0.7.2-4_i386.deb
 8a246508ce24e629f880b66ec1890e16 24966 misc optional 
plymouth-plugins-spinfinity_0.7.2-4_i386.deb

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

iEYEARECAAYFAkulzXEACgkQ+C5cwEsrK55JfACdHcCzErxNNbjl0xiKodQdrZqZ
ikoAmwafM+zkyJwa+fHu9Q50n7Wfcspm
=ip9/
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to