fix ppp related bug in the network scripts
[openwrt.git] / package / base-files / default / etc / init.d / S60cron
1 #!/bin/sh
2 # Copyright (C) 2006 OpenWrt.org
3
4 mkdir -p /var/spool/cron
5 ln -s /etc/crontabs /var/spool/cron/crontabs
6 crond -c /etc/crontabs
This page took 0.048076 seconds and 5 git commands to generate.