freebsd-dev/usr.sbin/cron
Peter Wemm c00d650f25 For some reason, the old login class code didn't seem to be working here.
I suspect it was because the child exec code's parent was doing the
initial lookups, then forking, then doing other things (possibly trashing
the static data in the getpw*() buffer), then attempting to dereference
*pwd and *lc.  Also, no error checking appeared to be done - I've allowed
it to fall back to the old "become user" code on critical failure rather than
risk running a user's cron jobs as root.
1997-03-14 13:48:04 +00:00
..
cron For some reason, the old login class code didn't seem to be working here. 1997-03-14 13:48:04 +00:00
crontab Revert $FreeBSD$ to $Id$ 1997-02-22 16:15:28 +00:00
doc Revert $FreeBSD$ to $Id$ 1997-02-22 16:15:28 +00:00
lib Revert $FreeBSD$ to $Id$ 1997-02-22 16:15:28 +00:00
Makefile Paul Vixie's cron, version 3.0. Munged into bmake format. If this goes 1994-08-27 13:43:04 +00:00