Package: plymouth
Version: 0.8.3-9.1
Severity: normal
Tags: patch

After uninstalling plymouth, its initscript exits with error:

# /etc/init.d/plymouth start || echo error
/etc/init.d/plymouth: 87: /bin/plymouth: not found
error

The attached patch fixes this.

Thanks

Max Gaukler

--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.32-5-amd64

Debian Release: 6.0
  500 stable          security.debian.org
  500 stable          ftp.uni-erlangen.de
  500 squeeze-updates ftp.uni-erlangen.de

--- Package information. ---
Depends                         (Version) | Installed
=========================================-+-======================
libc6                            (>= 2.8) | 2.11.2-10
libcairo2                      (>= 1.2.4) | 1.8.10-6
libdrm-intel1                  (>= 2.4.9) | 2.4.21-1~squeeze3
libdrm-nouveau1     (>= 2.4.11-1ubuntu1~) | 2.4.21-1~squeeze3
libdrm-radeon1                (>= 2.4.17) | 2.4.21-1~squeeze3
libdrm2                        (>= 2.4.3) | 2.4.21-1~squeeze3
libglib2.0-0                  (>= 2.12.0) | 2.24.2-1
libpango1.0-0                   (>= 1.21) | 1.28.3-1+squeeze2
libpng12-0                  (>= 1.2.13-4) | 1.2.44-1
initramfs-tools                           | 0.98.8


Recommends               (Version) | Installed
==================================-+-===========
plymouth-themes-all                |
fontconfig-config                  | 2.8.0-2.1
ttf-dejavu-core                    | 2.31-1


Suggests      (Version) | Installed
=======================-+-===========
gdm                     |




--- /etc/init.d/plymouth	2010-10-13 16:31:56.000000000 +0200
+++ ./plymouth	2011-03-11 22:23:11.000000000 +0100
@@ -16,6 +16,8 @@
 DESC="Boot splash manager"
 SPLASH="false"
 
+test -x /sbin/plymouthd || exit 0;
+
 if [ -r "/etc/default/${NAME}" ]
 then
 	. "/etc/default/${NAME}"

Reply via email to