<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/etc/periodic/security/700.kernelmsg, branch release/5.5.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.5.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.5.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2006-05-23T04:09:12Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2006-05-23T04:09:12Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2006-05-23T04:09:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6'/>
<id>urn:sha1:8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6</id>
<content type='text'>
'RELENG_5_5_0_RELEASE'.

This commit was manufactured to restore the state of the 5.5-RELEASE image.
</content>
</entry>
<entry>
<title>Remove incorrect output redirection.</title>
<updated>2002-11-16T14:57:12Z</updated>
<author>
<name>Thomas Quinot</name>
<email>thomas@FreeBSD.org</email>
</author>
<published>2002-11-16T14:57:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=68c2bacd8d3bd32eeaf6363c744d438d5e2ea3d9'/>
<id>urn:sha1:68c2bacd8d3bd32eeaf6363c744d438d5e2ea3d9</id>
<content type='text'>
Reviewed by:	roberto
Committed from:	EuroBSDCon Amsterdam
MFC after:	3 days
</content>
</entry>
<entry>
<title>Factor out code across various /etc/periodic/security scripts into a</title>
<updated>2002-10-25T15:14:16Z</updated>
<author>
<name>Thomas Quinot</name>
<email>thomas@FreeBSD.org</email>
</author>
<published>2002-10-25T15:14:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=cb9eff8a9e6e4e2b624996d2f8ae9d4c734effe4'/>
<id>urn:sha1:cb9eff8a9e6e4e2b624996d2f8ae9d4c734effe4</id>
<content type='text'>
separate file, /etc/periodic/security/security.functions.

Reviewed by:	roberto (mentor)
Approved by:	re@
</content>
</entry>
<entry>
<title>Only create a temporary file if we are actually going to do something</title>
<updated>2002-08-25T04:09:17Z</updated>
<author>
<name>Crist J. Clark</name>
<email>cjc@FreeBSD.org</email>
</author>
<published>2002-08-25T04:09:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=10f23b4ad02740c52834ac234b4249510351a17c'/>
<id>urn:sha1:10f23b4ad02740c52834ac234b4249510351a17c</id>
<content type='text'>
in the script. Eliminates a bug where we create a temp file, but don't
delete it since the rm(1) is only done if the check is enabled.

PR:		bin/40960
Submitted by:	frf &lt;frf@xocolatl.com&gt;
MFC after:	3 days
</content>
</entry>
<entry>
<title>Mention that we're checking kernel log messages, even if there's</title>
<updated>2002-06-28T10:32:18Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2002-06-28T10:32:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=103efc95e86a86a977c318f68b2658c44451f117'/>
<id>urn:sha1:103efc95e86a86a977c318f68b2658c44451f117</id>
<content type='text'>
no output.

PR:		39618
MFC after:	1 week
</content>
</entry>
<entry>
<title>Change ``dmesg -a'' to ``dmesg''.</title>
<updated>2002-05-17T13:38:36Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2002-05-17T13:38:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=740b91b560951c8eee62ffbdd1d327b1d918dbc9'/>
<id>urn:sha1:740b91b560951c8eee62ffbdd1d327b1d918dbc9</id>
<content type='text'>
The change was introduced in src/etc/security 1.53 almost a year ago
in an attempt to see ipfw deny message logs.

However, ipfw deny/reject logs have been displayed since version 1.13
of the same file as a separate ``job'' and have since moved to
src/etc/periodic/security/500.ipfwdenied.

MFC after:	3 days
</content>
</entry>
<entry>
<title>Tighten up temporary file permissions and move them to ${TMPDIR:-/tmp}</title>
<updated>2002-05-17T11:34:12Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2002-05-17T11:34:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=db1d04d6d9fa175d4b33a1b8eda4665d55d15069'/>
<id>urn:sha1:db1d04d6d9fa175d4b33a1b8eda4665d55d15069</id>
<content type='text'>
Problem reported by:	lumpy &lt;lumpy@the.whole.net&gt;
MFC after:		3 days
</content>
</entry>
<entry>
<title>Long ago, there was just /etc/daily. Then /etc/security was split out</title>
<updated>2001-12-07T23:57:39Z</updated>
<author>
<name>Crist J. Clark</name>
<email>cjc@FreeBSD.org</email>
</author>
<published>2001-12-07T23:57:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2204f3ce427f561a4b12919c511b4c9cfcf36fdf'/>
<id>urn:sha1:2204f3ce427f561a4b12919c511b4c9cfcf36fdf</id>
<content type='text'>
of /etc/daily. Some time later, /etc/daily became a set of periodic(8)
scripts. Now, this evolution continues, and /etc/security has been
broken into periodic(8) scripts to make local customization easier and
more maintainable.

Reviewed by:	ru
Approved by:	ru
</content>
</entry>
</feed>
