summaryrefslogtreecommitdiffstats
path: root/package/busybox/files/cron
Commit message (Collapse)AuthorAgeFilesLines
* packages: clean up the package folderJohn Crispin2013-06-211-18/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
* package/busybox: use new service wrapperNicolas Thill2011-11-071-4/+5
| | | | SVN-Revision: 28836
* cron: Add pathFelix Fietkau2011-01-281-0/+2
| | | | | | | | | | Override PATH for /etc/init.d/cron. This is necessary to ensure all programs can be found when executing the script from remote by using ssh. (e.g. ssh IP /etc/init.d/cron restart) Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25196
* busybox: use uci_get() wrapper (#7312)Jo-Philipp Wich2010-05-171-1/+1
| | | | SVN-Revision: 21491
* If /var/spool/cron/crontabs is a directory, then /etc/init.d/cron will place ↵Florian Fainelli2010-03-211-1/+1
| | | | | | a spurious "crontabs" symlink into it. Patch fro Stefan Monnier SVN-Revision: 20354
* busybox: add possibility to set crond log level through /etc/config/system ↵Jo-Philipp Wich2009-04-291-1/+2
| | | | | | and use level 5 by default which prevents unneeded debug messages on each job execution SVN-Revision: 15481
* fix incorrect quoting in busybox cron init scriptJo-Philipp Wich2009-02-171-1/+1
| | | | SVN-Revision: 14540
* only start crond if there are files in the crontabJohn Crispin2008-01-281-0/+1
| | | | SVN-Revision: 10292
* Send a kill signal to cron, otherwise two instances could be running (#1923)Florian Fainelli2007-06-221-1/+1
| | | | SVN-Revision: 7704
* START/STOP values must be specified in the init scriptMike Baker2007-05-101-0/+1
| | | | SVN-Revision: 7164
* move busybox init scripts from base-files into the busybox package and make ↵Felix Fietkau2006-11-221-0/+12
them depend on busybox menuconfig options SVN-Revision: 5620