From 66f4b7a63ff48408b90c60d6ad428893c7914aa5 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Thu, 10 Jun 2010 14:21:02 +0200 Subject: [PATCH] Fix missing log_end_msg in live-boot.init. --- debian/live-boot.init | 1 + 1 file changed, 1 insertion(+) 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) -- 2.1.4