wok diff busybox/receipt @ rev 5308

busybox: update init scripts
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 20 18:23:21 2010 +0200 (2010-04-20)
parents 94d647af395f
children 3c8a675b0bf8
line diff
     1.1 --- a/busybox/receipt	Mon Mar 01 13:35:34 2010 +0100
     1.2 +++ b/busybox/receipt	Tue Apr 20 18:23:21 2010 +0200
     1.3 @@ -63,10 +63,10 @@
     1.4      cp stuff/udhcpd.conf $fs/etc
     1.5      touch $fs/etc/resolv.conf
     1.6      cp stuff/inetd.conf $fs/etc
     1.7 -    cp stuff/dnsd $fs/etc/init.d
     1.8 -    cp stuff/udhcpd $fs/etc/init.d
     1.9 -    cp stuff/inetd $fs/etc/init.d
    1.10 -    cp stuff/zcip $fs/etc/init.d
    1.11 +    cp stuff/daemon $fs/etc/init.d
    1.12 +    for i in dnsd inetd udhcpd zcip crond ; do
    1.13 +        ln -s daemon $fs/etc/init.d/$i 
    1.14 +    done
    1.15      cp stuff/init $fs
    1.16      rm $fs/linuxrc
    1.17      mkdir -p $fs/etc/modprobe.d