aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crontab.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-28/+8
| | | | | | | | | | things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
* Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley2006-06-251-1/+1
| | | | some of which are even from him. :)
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-2/+1
| | | | and eventual platform specific includes in early.
* use more boiler plate GPL noticesMike Frysinger2006-04-161-3/+2
|
* - patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer2006-04-131-18/+11
|
* - patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer2006-04-121-6/+3
|
* can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard"Vladimir N. Oleynik"2006-01-101-2/+2
|
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry
* 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