sendsigs calls usplash_down without checking if it exists

Bug #77962 reported by Izak Burger
4
Affects Status Importance Assigned to Milestone
sysvinit (Ubuntu)
Fix Released
Undecided
Matt Zimmerman

Bug Description

Binary package hint: sysvinit

Upon shutdown, sendsigs will call usplash_down. initscripts does not depend on usplash (which is a good thing) and should therefore not make assumptions about it's availability.

Suggested fix:

--- /etc/init.d/sendsigs 2006-10-06 13:34:19.000000000 +0200
+++ /var/lib/vservers/maus/etc/init.d/sendsigs 2007-01-04 16:51:34.000000000 +0200
@@ -34,7 +34,7 @@
        ;;
   stop)
        do_stop
- usplash_down
+ test -x /sbin/usplash && /sbin/usplash_down
        ;;
   *)
        echo "Usage: $0 start|stop" >&2

Related branches

Revision history for this message
Jaakko Heinonen (jheinonen) wrote :

Confirmed. Here's a screenshot of the error message.

Revision history for this message
Matt Zimmerman (mdz) wrote :

Fixed in version 2.86.ds1-14.1ubuntu17, uploaded for processing after the beta release

Changed in sysvinit:
assignee: nobody → mdz
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.