freebsd-dev/etc
Guido van Rooij 3b15f669f7 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
..
config Added more options and flags files per suggestions from -hackers. 1993-11-12 03:46:15 +00:00
etc.i386 Add callout device for bidirectional port 1994-01-10 18:11:30 +00:00
mail Removed all Berkeley aliases information since it is way out of date. 1993-07-19 19:09:14 +00:00
mtree Add /var/at/jobs & /var/at/spool, remove /var/at/past 1994-01-08 16:07:19 +00:00
namedb Commented out sortlist entry; most users aren't located at UCB and so 1993-11-07 00:58:34 +00:00
root Added savehist=1000 as a security feature to know what root has been up to, 1994-01-22 10:58:26 +00:00
aliases Removed all Berkeley aliases information since it is way out of date. 1993-07-19 19:09:14 +00:00
crontab This is Vixie cron 3.0. This version fixes all known security bugs. 1994-01-22 20:44:14 +00:00
csh.cshrc Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
csh.login Add (commented) stuff to make 'tcsh' 8-bit clean. 1994-01-04 17:29:58 +00:00
csh.logout Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
daily Commented out the global clean up that searched all file systems and 1994-01-12 06:23:30 +00:00
disktab >From: Drew Hess <dhess@CS.Stanford.EDU> 1993-09-18 00:00:16 +00:00
dm.conf Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
ftpusers Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
gettytab Add "np" to all std.xxx entries, make them 8-bit clean. 1993-12-16 01:14:05 +00:00
group Removed bill and lynne from group file, this was a security hole in the 1993-07-19 18:56:42 +00:00
host.conf Added comment about how to enable NIS hostname resolution. 1993-11-07 01:02:57 +00:00
hosts Added RCS Id. Also changed comment to indicate that /etc/host.conf 1993-11-11 22:32:36 +00:00
hosts.equiv Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
hosts.lpd Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
inetd.conf Added entries for sup into services. 1993-12-05 16:39:47 +00:00
MAKEDEV Add callout device for bidirectional port 1994-01-10 18:11:30 +00:00
MAKEDEV.local Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
Makefile Change ${RELEASEDIR}/filesystem to be filesys so hat it is ISO9660 compliant. 1994-01-22 09:04:21 +00:00
man.conf Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
master.passwd Wrong path for uucp login, was /usr/lib instead of /usr/libexec. Fixed 1993-08-13 23:07:31 +00:00
monthly Reenabled rotation of log files and killing of syslogd now that the 1993-08-31 16:29:05 +00:00
motd Changed banner from 386BSD to FreeBSD 1993-07-19 19:12:33 +00:00
myname New file for netstart, should contain the hosts hostname. 1993-07-19 19:08:31 +00:00
netstart Support for automatically running ntpdate and xntpd. 1993-12-21 21:28:12 +00:00
networks Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
passwd Due to broken pwd_mkdb always wanting to do it's work in /etc I have 1993-08-11 13:23:23 +00:00
phones add more notes and examples 1993-08-15 07:11:52 +00:00
printcap lp device was setup and enabled, changed it to be commented out. This caused 1993-07-19 18:58:09 +00:00
protocols Added a whole bunch of common protocols and ports from the latest edition of 1993-11-07 00:31:23 +00:00
rc This is Vixie cron 3.0. This version fixes all known security bugs. 1994-01-22 20:44:14 +00:00
rc.local Added more robust ldconfig setting in rc, removed redundant ldconfig in 1993-12-30 18:19:18 +00:00
remote Replaced all references to comxx with ttyxx, since that is what all the 1993-09-05 15:52:46 +00:00
rpc Fixed missing newline at end of file. 1993-09-14 00:54:19 +00:00
security From: rich@lamprey.UTMB.EDU (Rich Murphey) 1994-01-22 10:54:13 +00:00
services Added entries for sup into services. 1993-12-05 16:39:47 +00:00
shells Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
syslog.conf This is Vixie cron 3.0. This version fixes all known security bugs. 1994-01-22 20:44:14 +00:00
ttys Change getty entry to start on /dev/console instead of /dev/vga, this fixes 1993-10-18 14:11:53 +00:00
weekly Reenabled rotation of log files and killing of syslogd now that the 1993-08-31 16:29:05 +00:00