wok 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 | a140751d6ead |
children | 0237a09acf6e |
files | busybox/receipt |
line diff
1.1 --- a/busybox/receipt Thu Apr 25 21:55:44 2013 +0200 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 \