wok-current diff busybox/receipt @ rev 620
busybox: dnsd inetd udhcpd startup scripts
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 19 19:31:00 2008 +0000 (2008-04-19) |
parents | 87b81df312aa |
children | 3c49a36cd5e3 |
line diff
1.1 --- a/busybox/receipt Sat Apr 19 12:12:21 2008 +0000 1.2 +++ b/busybox/receipt Sat Apr 19 19:31:00 2008 +0000 1.3 @@ -31,12 +31,16 @@ 1.4 genpkg_rules() 1.5 { 1.6 cp -a $src/_install/* $fs 1.7 - mkdir $fs/etc 1.8 + mkdir -p $fs/etc/init.d 1.9 # Busybox config files. 1.10 cp stuff/busybox.conf $fs/etc 1.11 chmod 600 $fs/etc/busybox.conf 1.12 cp stuff/dnsd.conf $fs/etc 1.13 cp stuff/udhcpd.conf $fs/etc 1.14 + cp stuff/inetd.conf $fs/etc 1.15 + cp stuff/dnsd $fs/etc/init.d 1.16 + cp stuff/udhcpd $fs/etc/init.d 1.17 + cp stuff/inetd $fs/etc/init.d 1.18 cd $fs 1.19 rm linuxrc 1.20 ln -s bin/busybox init