summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/crontab
Commit message (Collapse)AuthorAgeFilesLines
* List /var/cron/tabs in FILES and add descriptions for the other entries.brueffer2010-05-141-1/+5
| | | | | | | PR: 145912 Submitted by: Julian H. Stacey <jhs@berklix.com> Obtained from: OpenBSD MFC after: 1 week
* Fix typo.skv2008-12-011-1/+1
| | | | Approved by: ru
* Be more precise and use sizeof(tn)matteo2008-11-181-1/+1
| | | | | | Pointed out by: glewis@ MFC after: 3 days
* Use WARNS?= instead of WARNS=matteo2008-11-181-1/+1
| | | | MFC after: 3 days
* Make usr.sbin/cron/crontab and usr.sbin/cron/lib WARNS=3 cleanmatteo2008-11-102-14/+12
| | | | | | Tested with: make universe MFC after: 3 days
* Revert to previous revision.matteo2008-11-091-23/+0
| | | | | | I should not commit anything at 3.50 AM. In addition to danfe's comments, I got others. I'll work on a better version of the patch.
* Don't leave files in /var/cront/tabs when interruptedmatteo2008-11-091-0/+26
| | | | | PR: 17363 MFC after: 3 days
* Be paranoid and use snprintfmatteo2008-11-091-7/+7
| | | | | | PR: bin/122137 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> MFC after: 3 days
* Be paranoid and zero out passwdmatteo2008-11-061-0/+2
| | | | | | | PR: 122070 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Reminded by: gnn@ MFC after: 3 days
* Cleanup of userland __P usekevlo2007-11-071-7/+7
|
* Use a #define to refer to /etc/crontab.ru2006-09-031-2/+2
|
* /etc/crontab is similar enough to parse as correct if you runbrooks2006-01-101-0/+4
| | | | | | | | | "crontab /etc/crontab", but not the same format due to the who field. Add some limited anti-foot-shooting support and refuse to load /etc/crontab as someone's crontab. Users wishing shoot their foot in this manner may copy /etc/crontab elsewhere. :) MFC After: 1 week
* Mention the default value of PATH and that it may be overridden.brueffer2005-07-311-2/+7
| | | | | Submitted by: Roman Divacky MFC after: 3 days
* Expand contractions.ru2005-02-131-2/+2
|
* Expand *n't contractions.ru2005-02-131-7/+7
|
* Sort sections.ru2005-01-181-6/+6
|
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-031-1/+1
| | | | | | | | to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver
* Ensure that edits that do not span a clock tick are not lost.dds2004-09-142-6/+15
| | | | | | PR: bin/22612 MT5: 4 weeks MT4: 2 weeks
* Refactoring: move two similar code blocks into a seprate function.dds2004-09-131-47/+31
|
* Fix for the following behavior:dds2004-09-131-4/+6
| | | | | | | | | | | | | $ crontab -e [Add an entry with an error in the crontab file.] crontab: errors in crontab file, can't install Do you want to retry the same edit? yes [Exit the editor without any changes.] crontab: no changes made to crontab [Entry is lost.] Now crontab will loop until the error is fixed, or the user answers no.
* Mechanically kill hard sentence breaks.ru2004-07-021-23/+48
|
* Trim whitespace at EOL.ru2004-06-041-2/+2
|
* Markup nits.ru2004-06-041-2/+2
|
* Eliminate hard sentence breaks.trhodes2004-03-041-8/+19
| | | | General markup fixes (use the .Dq macro).
* Discuss the 'MAILTO' option.trhodes2004-01-121-1/+5
| | | | | PR: 58783 Submitted by: Marc Silver <marcs@draenor.org>
* Mention the fact that our crontab is not fully POSIX.2 conform, becauseharti2003-10-241-2/+7
| | | | | it doesn't allow the dangerous variant of calling it without any argument.
* english(4) police.schweikh2002-12-271-1/+1
|
* Actually use the exitstatus value that we maintain.dd2002-10-011-1/+1
| | | | | PR: 43562 Submitted by: Marc Olzheim <marcolz@ilse.nl>
* Use `The .Nm utility'charnier2002-04-201-2/+3
|
* Grammar fix: "When at least one of the fields .. matches ...".keramida2002-03-241-1/+1
| | | | MFC after: 3 days
* Describe the format of the allow and deny files. This is more-or-lessdwmalone2002-03-171-0/+4
| | | | | | | | | the patch Matthew submitted, but I broke the lines in a more FreeBSD way and made one small wording change. PR: 31265 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> MFC after: 3 weeks
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-5/+20
|
* mdoc(7) police: fixed the "new sentence" bogons.ru2001-08-101-1/+1
|
* fix misspelling introduced in rev 1.14 (sames as -> same as)billf2001-07-251-1/+1
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-5/+7
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove whitespace at EOL.dd2001-07-151-3/+3
|
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* Where is the pointy hat? Fix cut/paste error. (hey, it compiled! :-)peter2001-06-161-1/+1
|
* Remove the 'DO NOT EDIT THIS FILE' crud that we spit out with 'crontab -l'.peter2001-04-131-1/+19
| | | | | Otherwise, "crontab -l > file; vi file; crontab file" adds an extra set of "DO NOT EDIT" markers each and every time which is a bit silly.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-2/+1
| | | | - MAN[1-9] -> MAN.
* mdoc(7) police: removed leading whitespaces that are not insideru2001-01-191-1/+2
| | | | Bd/Ed; these hardly degrade the quality of the produced output.
* Add `_PATH_DEVZERO'.obrien2000-12-091-2/+3
| | | | Use _PATH_* where where possible.
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-1/+0
|
* Attempt to fix problem with users being able to convince the crontabdwmalone2000-11-062-9/+18
| | | | | | | | | | | | | | | program to read any file which is a valid crontab file. The fix is based on that used in NetBSD and OpenBSD - we keep the file open while the user is editing it. This means that files must be edited in place. Cron attempts to warn you if your editor does not do this. The fact that the file must be edited in place is also noted in the man page. This patch has been confirmed to work by atleast one person on -security and has been tested locally. Obtained from: OpenBSD
* Since -e and -r are right next to each other prompt before clobberingpaul2000-10-151-0/+10
| | | | a crontab you were planning to edit.
* Revive rev 1.12 (NetBSD improvements including @ shortcuts).sheldonh2000-03-141-0/+24
|
* Back out previous commit. The code is not ready for it.sheldonh2000-03-131-24/+0
|
* Merge in NetBSD improvements:sheldonh2000-03-081-0/+24
| | | | | | | | | | * Clarify quoting value in of name = value pairs. * Describe the @reboot, @yearly, @annually, @monthly, @weekly, @daily, @midnight and @hourly extensions. PR: 17261 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org> Obtained from: NetBSD
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
|
OpenPOWER on IntegriCloud