Lines Matching +full:apr +full:- +full:v2
1 --------
3 Vixie Cron Changes from V2 to V3
5 29-Dec-1993
23 I also added a "-e" option to crontab(1). Nine people also sent me diffs
25 released an interim version (V2.2, I think) for limited testing, and got a
26 chance to fix a bad security bug in the "-e" option thanks to XXX.
34 V2, chances are good that V3 will fix your problems.
41 system, "crontab -u USER -d" will not work. My solution is to suggest to
45 are not. I will not make an exception for the "-d" case, for security
59 syslog even when they configured it that way :-). Steve Simmons told me
77 correctly on (the latest) NeXT machines, with or without the "-posix" CFLAG.
78 Irving also asked for a per-job MAILTO, and this was finally added later when
83 ARPA format. I didn't understand this -- either folks will use Sendmail and
89 suggested that "N/step" ought to mean "N-last/step", but that's stretching things
100 nasty security hole in "crontab -r". 'Nuff said.
118 problem in my "crontab -e" implementation.
120 --------
122 Vixie Cron Changes from V1 to V2
124 8-Feb-1988
128 called POKECRON in /usr/spool/cron to tell it that it was time to re-read
129 all the crontab files; V2 uses the modtime the crontab directory as a flag to
130 check out the crontab files; those whose modtime has changed will be re-read,
136 8-Feb-88: made it possible to use much larger environment variable strings.
137 V1 allowed 100 characters; V2 allows 1000. This was needed for PATH
139 E-mail: UUCP: ...pyramid!fauern!faui10!eckert
141 16-Feb-88: added allow/deny, moved /usr/spool/cron/crontabs to
146 22-Feb-88: made it read the spool directory for crontabs and look each one
150 9-Dec-88: made it sync to :00 after the minute, makes cron predictable.
153 14-Apr-90: (actually, changes since December 1989)