# HG changeset patch # User Pascal Bellard # Date 1484124620 -3600 # Node ID 30df2eac7040fd5a4dd4902d931620a304132a67 # Parent b09c326b93748d05a97fd6c14e819d99038a082d Undo 'tee never exit with busybox > 24': fixed in busybox 1.26.2 diff -r b09c326b9374 -r 30df2eac7040 etc/init.d/rcS --- a/etc/init.d/rcS Mon Jan 09 02:20:10 2017 +0200 +++ b/etc/init.d/rcS Wed Jan 11 09:50:20 2017 +0100 @@ -235,4 +235,3 @@ 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