summaryrefslogtreecommitdiff
path: root/miscutils/crontab.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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