wok-current diff busybox/receipt @ rev 937
busybox: add zcip stuff
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 23 15:15:07 2008 +0000 (2008-06-23) |
parents | ae743024f98b |
children | be0892d9efd5 |
line diff
1.1 --- a/busybox/receipt Thu Jun 05 08:00:51 2008 +0000 1.2 +++ b/busybox/receipt Mon Jun 23 15:15:07 2008 +0000 1.3 @@ -53,6 +53,7 @@ 1.4 cp stuff/dnsd $fs/etc/init.d 1.5 cp stuff/udhcpd $fs/etc/init.d 1.6 cp stuff/inetd $fs/etc/init.d 1.7 + cp stuff/zcip $fs/etc/init.d 1.8 cd $fs 1.9 rm linuxrc 1.10 ln -s bin/busybox init 1.11 @@ -62,6 +63,8 @@ 1.12 cp $src/examples/udhcp/simple.script \ 1.13 $fs/usr/share/udhcpc/default.script 1.14 chmod +x $fs/usr/share/udhcpc/default.script 1.15 + # ZeroConf stuff. 1.16 + cp stuff/zcip.script $fs/etc 1.17 } 1.18 1.19 # Force glibc-2.7 reinstall if 2.3.6 still in use.