Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | packages: clean up the package folder | John Crispin | 2013-06-21 | 1 | -18/+0 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007 | ||||
* | package/busybox: use new service wrapper | Nicolas Thill | 2011-11-07 | 1 | -4/+5 |
| | | | | SVN-Revision: 28836 | ||||
* | cron: Add path | Felix Fietkau | 2011-01-28 | 1 | -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 Wich | 2010-05-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 21491 | ||||
* | If /var/spool/cron/crontabs is a directory, then /etc/init.d/cron will place ↵ | Florian Fainelli | 2010-03-21 | 1 | -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 Wich | 2009-04-29 | 1 | -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 script | Jo-Philipp Wich | 2009-02-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 14540 | ||||
* | only start crond if there are files in the crontab | John Crispin | 2008-01-28 | 1 | -0/+1 |
| | | | | SVN-Revision: 10292 | ||||
* | Send a kill signal to cron, otherwise two instances could be running (#1923) | Florian Fainelli | 2007-06-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 7704 | ||||
* | START/STOP values must be specified in the init script | Mike Baker | 2007-05-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 7164 | ||||
* | move busybox init scripts from base-files into the busybox package and make ↵ | Felix Fietkau | 2006-11-22 | 1 | -0/+12 |
them depend on busybox menuconfig options SVN-Revision: 5620 |