# HG changeset patch # User Pascal Bellard # Date 1483788604 -3600 # Node ID 86e104f5625df3755e975f659520c5629a3bfa7b # Parent d8e26d386dd6263770dfacd261264e07ab8f3d02 tee never exit with busybox > 24 diff -r d8e26d386dd6 -r 86e104f5625d etc/init.d/rcS --- a/etc/init.d/rcS Sat Sep 17 21:17:54 2016 +0200 +++ b/etc/init.d/rcS Sat Jan 07 12:30:04 2017 +0100 @@ -235,3 +235,4 @@ mv -f /run/boot.log /var/log/boot.log /etc/init.d/rcS readwrite 2>&1 | tee -a /var/log/boot.log ;; esac +busybox ps | sed '/tee -a .*boot.log/!d;s/ root.*//' | xargs kill 2> /dev/null