wok diff busybox/receipt @ rev 14441

busybox: crond requires crontabs folder to start
author Richard Dunbar <mojo@slitaz.org>
date Thu Apr 25 18:29:03 2013 +0000 (2013-04-25)
parents ac6fab7853e3
children ad59999b3fce
line diff
     1.1 --- a/busybox/receipt	Tue Mar 19 09:06:08 2013 +0100
     1.2 +++ b/busybox/receipt	Thu Apr 25 18:29:03 2013 +0000
     1.3 @@ -99,7 +99,7 @@
     1.4  {
     1.5      cp -a $src/_install/* $fs
     1.6      rm -f $fs/bin/bbconfig $fs/usr/bin/ar
     1.7 -    mkdir -p $fs/etc/init.d $fs/var
     1.8 +    mkdir -p $fs/etc/init.d $fs/var/spool/cron/crontabs
     1.9  
    1.10      # Busybox config files.
    1.11      for f in busybox.conf dnsd.conf udhcpd.conf inetd.conf httpd.conf \