imp
691010efad
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-31 05:11:47 +00:00
peter
b782f4df30
Revert $FreeBSD$ to $Id$
1997-02-22 16:15:28 +00:00
mpp
67a1a81fad
crontab(5) incorrectly documented the dom/month arguments.
...
They have valid ranges of 1-31 and 1-12, not 0-31 and 0-12.
1997-02-13 07:16:12 +00:00
jkh
808a36ef65
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
pst
253df5b08a
Replace my "inane" usage of snprintf to copy strings with strncpy as
...
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
1996-12-17 00:55:20 +00:00
pst
67d02bf67e
Gratuitous whitespace change so that I can commit the source of the recent
...
buffer overflow patch.
Reviewed by: pst
Submitted by: Dave Andersen <angio@aros.net>
1996-08-05 00:50:02 +00:00
pst
1386f27d09
Fix up some more buffer overflow problems.
1996-08-05 00:31:27 +00:00
jkh
8eb37231d4
Bring in my changes for removing the pestilent obj links (unless you
...
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.
1996-06-24 04:26:21 +00:00
scrappy
35b5c03864
Quick patch to fix a bug where issuing ctl-c while in crontab -e
...
leaves editor running in background (PR: bin/751)
Submitted by: candy@fct.kgc.co.jp (Toshihiro Kanda)
1996-04-09 20:28:16 +00:00
rgrimes
4f960dd75f
Remove trailing whitespace.
1995-05-30 03:57:47 +00:00
ache
bf3a1964a9
Now crontab works not only for vi editor, i.e. refers to
...
file name not to file fd
1994-12-21 11:06:08 +00:00
smace
ef18154140
Make /usr/bin/crontab install setuid root. (doesn't work otherwise)
...
The distributed makefile in the package installs it setuid root..
Reviewed by: jkh
1994-11-06 01:13:59 +00:00
jkh
4e29f11c60
Use LDDESTDIR and DPADD more consistently with what Bruce suggests..
...
Submitted by: jkh
1994-08-29 18:42:12 +00:00
jkh
b5fd718695
Make the LDADD stuff work properly with obj dirs. Whoops.
...
Submitted by: jkh
1994-08-29 07:22:41 +00:00
jkh
54a3fb7337
Paul Vixie's cron, version 3.0. Munged into bmake format. If this goes
...
well, expect our two seperate directories for cron and crontab to go away
shortly.
Submitted by: jkh
1994-08-27 13:43:04 +00:00