wok rev 9175

Removed a old line to sed /etc/init.d/rcS. Fixes sed errors with busybox on install.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 08 17:14:06 2011 +0000 (2011-03-08)
parents 2ba9af518eaa
children ab10ecbda82f
files busybox/receipt
line diff
     1.1 --- a/busybox/receipt	Tue Mar 08 18:33:41 2011 +0100
     1.2 +++ b/busybox/receipt	Tue Mar 08 17:14:06 2011 +0000
     1.3 @@ -134,7 +134,6 @@
     1.4  		mv $1$i-busybox-install $1$i
     1.5  	done < $1$INSTALLED/$PACKAGE/files.list
     1.6  	chmod 4755 $1/bin/busybox
     1.7 -	sed -i "s@vcsa2txt.*\$@busybox conspy -d | sed 's/ *\$//;/^\$/d;/^Processi\\\\|^.witchi/,\$!d' > /var/log/boot.log@" $1/etc/init.d/rcS
     1.8  }
     1.9  
    1.10  pre_remove()