wok-next diff busybox/stuff/init @ rev 10793

squid: use --with-logdir=, install errors templates, touch cache.log and chown -R in post_install (Thanks for the report Allan)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jun 02 17:33:12 2011 +0200 (2011-06-02)
parents cac91cb91a2c
children 3ef65672ad0a
line diff
     1.1 --- a/busybox/stuff/init	Sat Feb 05 19:07:12 2011 +0100
     1.2 +++ b/busybox/stuff/init	Thu Jun 02 17:33:12 2011 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  launch_init()
     1.5  {
     1.6  	[ -d /proc/sys ] && umount /proc
     1.7 -	echo -e "\\033[70G[ \\033[1;33mOK\\033[0;39m ]"
     1.8 +	echo -e "\\033[70G[ \\033[1;32mOK\\033[0;39m ]"
     1.9  	exec /sbin/switch_root mnt /sbin/init
    1.10  }
    1.11