wok diff busybox/receipt @ rev 514

Busybox: add conf file /etc/dnsd.conf and /etc/udhcpd.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 08 11:23:56 2008 +0000 (2008-04-08)
parents 72b1adc58119
children 28948d3430a1
line diff
     1.1 --- a/busybox/receipt	Sat Mar 22 22:05:45 2008 +0100
     1.2 +++ b/busybox/receipt	Tue Apr 08 11:23:56 2008 +0000
     1.3 @@ -29,9 +29,11 @@
     1.4  {
     1.5      cp -a $src/_install/* $fs
     1.6      mkdir $fs/etc
     1.7 -    # Busybox config file.
     1.8 +    # Busybox config files.
     1.9      cp stuff/busybox.conf $fs/etc
    1.10      chmod 600 $fs/etc/busybox.conf
    1.11 +    cp stuff/dnsd.conf $fs/etc
    1.12 +    cp stuff/udhcpd.conf $fs/etc
    1.13      cd $fs
    1.14      rm linuxrc
    1.15      ln -s bin/busybox init