freebsd kernel with SKQ
Go to file
guido 8a995caf00 This is Vixie cron 3.0. This version fixes all known security bugs.
Further it implements crontab -e.
I moved cron from /usr/libexec to /usr/sbin where most daemons are
that are run from rc. That also gets rid of the ugly path crond
used to have in ps(1) outputs. Further I renamed it to cron, as
Paul Vixie likes it and is done by NetBSD.

NOTE VERY WELL THE FOLLOWING:

1) Systems crontab changed. Every users crontab resides in /var/cron
   *EXCEPT* root's. This is a special crontab as it resides in
   /etc. Further it is the *ONLY* crontab file in which you specify
   usernames. See /usr/src/etc/crontab. This is also done by BSDI's
   BSD/386 as far as I know (they provided the patches for it anyway)
2) So you *must* delete root's crontab and reinstall the copy
   in /etc from /usr/src/etc.
   'Must' is to much: the old installed crontab will work but cron
   will also try to 'run' /etc/crontab.
3) Last but not least: cron's logging is now done via syslog. Note
   that logging by cron is done lowercase when it logs about itsself
   and uppercase when it logs user events, like installing a new crontab.
   The default logfile file is the same as before:
   	syslog.conf:cron.*	/var/cron/log

-Guido
1994-01-22 20:44:14 +00:00
bin Document the new, less restrictive, behavior of the matching operator. 1993-10-04 22:07:27 +00:00
etc This is Vixie cron 3.0. This version fixes all known security bugs. 1994-01-22 20:44:14 +00:00
gnu Removed dependance on EX_DYNAMIC in making decisions on the magic number. 1994-01-19 15:00:37 +00:00
include Added link.h for shared libs. 1993-11-03 23:48:30 +00:00
lib/csu/i386 Implemented 'QMAGIC' a.out format correctly, and changed the default 1994-01-03 18:35:54 +00:00
libexec Removed dependance on EX_DYNAMIC in making decisions on the magic number. 1994-01-19 15:00:37 +00:00
sbin Fix sign of offset diff. 1993-12-20 01:53:27 +00:00
share/man/man4 Added octave-tracking. 1993-11-09 02:38:17 +00:00
sys Added the correct typecast's to the untimeout calls. Added a missing 1994-01-22 18:00:54 +00:00
usr.bin Added -o option to rename C output file. This only works when Fortran 1994-01-12 03:10:31 +00:00
usr.sbin Added necessary include files to define KERNBASE due to VM changes. 1994-01-19 03:52:25 +00:00