wok-current diff busybox/stuff/init @ rev 8239

busybox: Fixed syntex. New tazwok doesn't like { make oldconfig && make} || return 1.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Jan 27 20:52:34 2011 +0000 (2011-01-27)
parents 874e4034d260
children cac91cb91a2c
line diff
     1.1 --- a/busybox/stuff/init	Fri Jan 21 11:09:19 2011 +0100
     1.2 +++ b/busybox/stuff/init	Thu Jan 27 20:52:34 2011 +0000
     1.3 @@ -11,6 +11,7 @@
     1.4  {
     1.5  	umount /proc
     1.6  	echo -e "\\033[70G[ \\033[1;31mFailed\\033[0;39m ]"
     1.7 +	conspy -d 1 > /init.log
     1.8  }
     1.9  
    1.10  try_init()