From: Michal Suchanek Date: Thu, 10 Jun 2010 12:21:02 +0000 (+0200) Subject: Fix missing log_end_msg in live-boot.init. X-Git-Tag: debian/2.0.15-1~86 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=66f4b7a63ff48408b90c60d6ad428893c7914aa5;p=live-boot-grml.git Fix missing log_end_msg in live-boot.init. --- diff --git a/debian/live-boot.init b/debian/live-boot.init index c8c4820..71ae122 100644 --- a/debian/live-boot.init +++ b/debian/live-boot.init @@ -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)