summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/crontab
Commit message (Collapse)AuthorAgeFilesLines
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
|
* crontab(5) incorrectly documented the dom/month arguments.mpp1997-02-131-2/+2
| | | | They have valid ranges of 1-31 and 1-12, not 0-31 and 0-12.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Replace my "inane" usage of snprintf to copy strings with strncpy aspst1996-12-171-8/+20
| | | | | | | | | | used by OpenBSD. (Quite frankly, I think it's perfectly reasonable to use snprintf to copy strings, given that the semantics for strncpy() are utterly idiotic and there is no POSIX sstrncpy().) While I'm at it, incorporate some of OpenBSD's bugfixes to cron. NOT for 2.2
* Gratuitous whitespace change so that I can commit the source of the recentpst1996-08-051-3/+1
| | | | | | buffer overflow patch. Reviewed by: pst Submitted by: Dave Andersen <angio@aros.net>
* Fix up some more buffer overflow problems.pst1996-08-051-4/+6
|
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-3/+3
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Quick patch to fix a bug where issuing ctl-c while in crontab -escrappy1996-04-091-3/+11
| | | | | | leaves editor running in background (PR: bin/751) Submitted by: candy@fct.kgc.co.jp (Toshihiro Kanda)
* Remove trailing whitespace.rgrimes1995-05-302-4/+4
|
* Now crontab works not only for vi editor, i.e. refers toache1994-12-211-14/+13
| | | | file name not to file fd
* Make /usr/bin/crontab install setuid root. (doesn't work otherwise)smace1994-11-061-0/+4
| | | | | The distributed makefile in the package installs it setuid root.. Reviewed by: jkh
* Use LDDESTDIR and DPADD more consistently with what Bruce suggests..jkh1994-08-291-2/+6
| | | | Submitted by: jkh
* Make the LDADD stuff work properly with obj dirs. Whoops.jkh1994-08-291-1/+6
| | | | Submitted by: jkh
* Paul Vixie's cron, version 3.0. Munged into bmake format. If this goesjkh1994-08-274-0/+922
well, expect our two seperate directories for cron and crontab to go away shortly. Submitted by: jkh
OpenPOWER on IntegriCloud