<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/etc/crontab, branch release/2.2.8</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.8</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.8'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1996-01-06T22:21:37Z</updated>
<entry>
<title>Remove "msgs -c" line, already done in daily script</title>
<updated>1996-01-06T22:21:37Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1996-01-06T22:21:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=011aa2cdb5d52147813dcc0cd8c3737772cf2504'/>
<id>urn:sha1:011aa2cdb5d52147813dcc0cd8c3737772cf2504</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changed /etc/[daily,weekly,monthly] to not rotate the logfiles by</title>
<updated>1996-01-05T10:09:13Z</updated>
<author>
<name>Thomas Graichen</name>
<email>graichen@FreeBSD.org</email>
</author>
<published>1996-01-05T10:09:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7c1caee10f179cd94ac7fb861d6c803a05c31c1c'/>
<id>urn:sha1:7c1caee10f179cd94ac7fb861d6c803a05c31c1c</id>
<content type='text'>
"hand", changed /etc/crontab to call /usr/sbin/newsyslog every hour
(the entry was there before - but we haven't had any newsyslog until
today :-) and changed /etc/inetd.conf to also contain (commentet out)
entries for rpc.rquotad and rpc.sprayd (taken from NetBSD)
</content>
</entry>
<entry>
<title>Add commented out msgs database cleanup to crontab</title>
<updated>1995-11-19T17:21:13Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1995-11-19T17:21:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cfc14c6f50fef5fb4b2d892d51506085cb3c8973'/>
<id>urn:sha1:cfc14c6f50fef5fb4b2d892d51506085cb3c8973</id>
<content type='text'>
Add -f (silent) flag to msgs call for logins (commented out)
</content>
</entry>
<entry>
<title>Eliminate two Subject: from *ly output, call sendmail root directly</title>
<updated>1995-05-27T01:55:21Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1995-05-27T01:55:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4a0ff33b55389e70ee5160b7a32d339645a1aef8'/>
<id>urn:sha1:4a0ff33b55389e70ee5160b7a32d339645a1aef8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call adjkerntz -a every half hour from 0 to 4 am</title>
<updated>1994-11-02T09:50:11Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1994-11-02T09:50:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=76a581c4ceb5273288b642520c0f2e660465d0fd'/>
<id>urn:sha1:76a581c4ceb5273288b642520c0f2e660465d0fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove adjkerntz call</title>
<updated>1994-11-01T16:25:06Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1994-11-01T16:25:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f34550da35ab595bd98901577ba99f866db78c81'/>
<id>urn:sha1:f34550da35ab595bd98901577ba99f866db78c81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Start adjkerntz at 3:01 instead of 3:00, it is too early for TZ change at 3:00</title>
<updated>1994-09-26T20:15:50Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1994-09-26T20:15:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cc1ecf86f96cbc920f3e8d6f62878437ce028714'/>
<id>urn:sha1:cc1ecf86f96cbc920f3e8d6f62878437ce028714</id>
<content type='text'>
</content>
</entry>
<entry>
<title>As a result of the distribution crontab, /usr/libexec/atrun was being run</title>
<updated>1994-04-15T16:57:38Z</updated>
<author>
<name>Sean Vickery</name>
<email>sean@FreeBSD.org</email>
</author>
<published>1994-04-15T16:57:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a38822ea85cdcd036ed546ee64ba54cef147af17'/>
<id>urn:sha1:a38822ea85cdcd036ed546ee64ba54cef147af17</id>
<content type='text'>
only once an hour instead of every five minutes.  This was due to a minute
specification of 0/5 -- which should have been */5.  This has been fixed.
Expect your /var/cron/log to grow much faster now.
</content>
</entry>
<entry>
<title>This is Vixie cron 3.0. This version fixes all known security bugs.</title>
<updated>1994-01-22T20:44:14Z</updated>
<author>
<name>Guido van Rooij</name>
<email>guido@FreeBSD.org</email>
</author>
<published>1994-01-22T20:44:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3b15f669f794cc1a5ce8ee796832594c585370af'/>
<id>urn:sha1:3b15f669f794cc1a5ce8ee796832594c585370af</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>atrun uncommented.</title>
<updated>1994-01-08T15:07:43Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1994-01-08T15:07:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=856dbbe55c6e986c6627f265282ada8bc41d3308'/>
<id>urn:sha1:856dbbe55c6e986c6627f265282ada8bc41d3308</id>
<content type='text'>
atrun interval changed to 5 minutes.
</content>
</entry>
</feed>
