<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/cron/crontab/crontab.c, branch release/6.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-01-11T22:54:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2007-01-11T22:54:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-01-11T22:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=201f78d6b90635d961fa373ecd706e3786333b7e'/>
<id>urn:sha1:201f78d6b90635d961fa373ecd706e3786333b7e</id>
<content type='text'>
'RELENG_6_2_0_RELEASE'.

This commit was manufactured to restore the state of the 6.2-RELEASE image.
</content>
</entry>
<entry>
<title>MFC: 1.23</title>
<updated>2006-09-03T17:32:32Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2006-09-03T17:32:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=355d78f61e228aa17631e385448422ce73c47ad8'/>
<id>urn:sha1:355d78f61e228aa17631e385448422ce73c47ad8</id>
<content type='text'>
/etc/crontab is similar enough to parse as correct if you run
"crontab /etc/crontab", but not the same format due to the who field.
Add some limited anti-foot-shooting support and refuse to load
/etc/crontab as someone's crontab.  Users wishing shoot their foot in
this manner may copy /etc/crontab elsewhere. :)
</content>
</entry>
<entry>
<title>Ensure that edits that do not span a clock tick are not lost.</title>
<updated>2004-09-14T19:01:19Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2004-09-14T19:01:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0cd2e3abe53379882d858cd6e71c3541dd7a7f1b'/>
<id>urn:sha1:0cd2e3abe53379882d858cd6e71c3541dd7a7f1b</id>
<content type='text'>
PR:	bin/22612
MT5:	4 weeks
MT4:	2 weeks
</content>
</entry>
<entry>
<title>Refactoring: move two similar code blocks into a seprate function.</title>
<updated>2004-09-13T21:04:30Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2004-09-13T21:04:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9a2ef7d17247f84530974d8cc52c5350ae583758'/>
<id>urn:sha1:9a2ef7d17247f84530974d8cc52c5350ae583758</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for the following behavior:</title>
<updated>2004-09-13T18:39:04Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2004-09-13T18:39:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=08e019a88872fcc134bc3fcd0912aa009158d55b'/>
<id>urn:sha1:08e019a88872fcc134bc3fcd0912aa009158d55b</id>
<content type='text'>
$ crontab -e
[Add an entry with an error in the crontab file.]
crontab: errors in crontab file, can't install
Do you want to retry the same edit? yes
[Exit the editor without any changes.]
crontab: no changes made to crontab
[Entry is lost.]

Now crontab will loop until the error is fixed, or the
user answers no.
</content>
</entry>
<entry>
<title>Actually use the exitstatus value that we maintain.</title>
<updated>2002-10-01T22:59:11Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2002-10-01T22:59:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e9d295bf0b0cf5d05cbcdf26cdb1a650c3fdd46a'/>
<id>urn:sha1:e9d295bf0b0cf5d05cbcdf26cdb1a650c3fdd46a</id>
<content type='text'>
PR:		43562
Submitted by:	Marc Olzheim &lt;marcolz@ilse.nl&gt;
</content>
</entry>
<entry>
<title>Fix the type of the NULL arg to execl()</title>
<updated>2001-07-09T09:24:06Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-07-09T09:24:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7bc6d0158f0e9863a2a13a951321185d214cd3be'/>
<id>urn:sha1:7bc6d0158f0e9863a2a13a951321185d214cd3be</id>
<content type='text'>
Idea from: Theo de Raadt &lt;deraadt@openbsd.org&gt;
</content>
</entry>
<entry>
<title>Where is the pointy hat?  Fix cut/paste error.  (hey, it compiled! :-)</title>
<updated>2001-06-16T03:16:52Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2001-06-16T03:16:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d952a14dbb6a0d3e3611ac5ad91f09f228b120bc'/>
<id>urn:sha1:d952a14dbb6a0d3e3611ac5ad91f09f228b120bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the 'DO NOT EDIT THIS FILE' crud that we spit out with 'crontab -l'.</title>
<updated>2001-04-13T01:45:22Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2001-04-13T01:45:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8966f5046eef101c038faef253d99fe6e9baaf33'/>
<id>urn:sha1:8966f5046eef101c038faef253d99fe6e9baaf33</id>
<content type='text'>
Otherwise, "crontab -l &gt; file; vi file; crontab file" adds an extra set
of "DO NOT EDIT" markers each and every time which is a bit silly.
</content>
</entry>
<entry>
<title>Add `_PATH_DEVZERO'.</title>
<updated>2000-12-09T09:35:55Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-12-09T09:35:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1a37aa566b347fbb2d2196786e1e84a79ffea9d5'/>
<id>urn:sha1:1a37aa566b347fbb2d2196786e1e84a79ffea9d5</id>
<content type='text'>
Use _PATH_* where where possible.
</content>
</entry>
</feed>
