Public bug reported:

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

** Affects: sysvinit (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
sendsigs calls usplash_down without checking if it exists
https://launchpad.net/bugs/77962

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to