aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crontab.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Major coreutils update.mjn32003-03-191-14/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6751 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>bug12002-11-101-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5899 69ca8d6d-28ef-0310-b511-8ec308f3f277
* mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>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 git-svn-id: svn://busybox.net/trunk/busybox@5691 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch63 from vodz: add in crond and crontab appletsandersen2002-10-221-0/+393
git-svn-id: svn://busybox.net/trunk/busybox@5686 69ca8d6d-28ef-0310-b511-8ec308f3f277