Fix missing log_end_msg in live-boot.init.
authorMichal Suchanek <hramrach@centrum.cz>
Thu, 10 Jun 2010 12:21:02 +0000 (14:21 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:53:26 +0000 (17:53 +0100)
debian/live-boot.init

index c8c4820..71ae122 100644 (file)
@@ -206,6 +206,7 @@ case "${1}" in
                if [ -f /live/image/root.pid ] ; then
                        cat /live/image/root.pid >> /var/run/sendsigs.omit
                fi
+               log_end_msg 0
                ;;
 
        stop)