slitaz-boot-scripts rev 437

Undo 'tee never exit with busybox > 24': fixed in busybox 1.26.2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 11 09:50:20 2017 +0100 (2017-01-11)
parents b09c326b9374
children 2c6e9733c232
files etc/init.d/rcS
line diff
     1.1 --- a/etc/init.d/rcS	Mon Jan 09 02:20:10 2017 +0200
     1.2 +++ b/etc/init.d/rcS	Wed Jan 11 09:50:20 2017 +0100
     1.3 @@ -235,4 +235,3 @@
     1.4  	mv -f /run/boot.log /var/log/boot.log
     1.5  	/etc/init.d/rcS readwrite 2>&1 | tee -a /var/log/boot.log ;;
     1.6  esac
     1.7 -busybox ps | sed '/tee -a .*boot.log/!d;s/ root.*//' | xargs kill 2> /dev/null