summaryrefslogtreecommitdiff
path: root/miscutils/crontab.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more crond+crontab integrating with loginutil libbb functions and deletedGlenn L McGrath2003-09-031-27/+4
| | | | | patch from Thomas Gleixner to init. Viodz last_patch_108
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-021-2/+2
| | | | | constant. Vodz last_patch_107
* Patch from Lars Kellogg-Stedman:Eric Andersen2003-07-141-1/+1
| | | | | Busybox vi is installed in /bin/vi, but crontab was looking for /usr/bin/vi. This patch makes crontab look for /bin/vi instead.
* Major coreutils update.Manuel Novoa III2003-03-191-14/+14
|
* last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>Glenn L McGrath2002-11-101-2/+2
|
* mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>Eric Andersen2002-10-221-2/+0
| | | | | | | but this conflicted with the internal pwd_.h and grp_.h. Removing these headers is correct, since the correct pwd/grp headers will be included via busybox.h -Erik
* last_patch63 from vodz: add in crond and crontab appletsEric Andersen2002-10-221-0/+393