Le mercredi 10 mars 2010 20:42:31, Stefan Monnier a écrit :
> If /var/spool/cron/crontabs is a directory, then /etc/init.d/cron
> will place a spurious "crontabs" symlink into it.
Applied in r20354, thanks!
>
>
> Stefan
>
>
> Index: package/busybox/files/cron
> ===================================================================
> --- package/busybox/files/cron (révision 19922)
> +++ package/busybox/files/cron (copie de travail)
> @@ -6,7 +6,7 @@
> loglevel=$(/sbin/uci get "syst...@system[0].cronloglevel"
> 2>/dev/null) [ -z "$(ls /etc/crontabs/)" ] && exit 1
> mkdir -p /var/spool/cron
> - [ -L /var/spool/cron/crontabs ] || ln -s /etc/crontabs
> /var/spool/cron/crontabs + ln -s /etc/crontabs /var/spool/cron/
> 2>/dev/null
> crond -c /etc/crontabs -l ${loglevel:-5}
> }
>
>
> _______________________________________________
> openwrt-devel mailing list
> [email protected]
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel