<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/etcupdate/tests/conflicts_test.sh, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>etcupdate: tests: Fix tests</title>
<updated>2026-01-12T17:10:48+00:00</updated>
<author>
<name>Jose Luis Duran</name>
<email>jlduran@FreeBSD.org</email>
</author>
<published>2026-01-12T05:09:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b0c2236f0390ac4a04da2c4b9cd5ecd6bd80d53c'/>
<id>b0c2236f0390ac4a04da2c4b9cd5ecd6bd80d53c</id>
<content type='text'>
Fix test login.conf files and update their MD5 checksums.

PR:		291649
Reviewed by:	imp
Fixes:		54ce6b2c4c16 ("login.conf.5: Remove mention of login copyright setting")
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1962
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix test login.conf files and update their MD5 checksums.

PR:		291649
Reviewed by:	imp
Fixes:		54ce6b2c4c16 ("login.conf.5: Remove mention of login copyright setting")
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1962
</pre>
</div>
</content>
</entry>
<entry>
<title>login.conf.5: Remove mention of login copyright setting</title>
<updated>2026-01-09T21:13:37+00:00</updated>
<author>
<name>Simon Wollwage</name>
<email>rootnode+freebsd@wollwage.com</email>
</author>
<published>2025-12-15T06:27:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=54ce6b2c4c163d85b2a8804edbac69d4e8cb3355'/>
<id>54ce6b2c4c163d85b2a8804edbac69d4e8cb3355</id>
<content type='text'>
PR: 291649
Fixes: 905571c03119 ("Remove copyright strings printed at login time via login(1) or sshd(8).")
Signed-off-by: Simon Wollwage rootnode+freebsd@wollwage.com
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1926
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR: 291649
Fixes: 905571c03119 ("Remove copyright strings printed at login time via login(1) or sshd(8).")
Signed-off-by: Simon Wollwage rootnode+freebsd@wollwage.com
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1926
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:55:03+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf'/>
<id>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</pre>
</div>
</content>
</entry>
<entry>
<title>Reassign copyright statements on several files from Advanced</title>
<updated>2015-04-23T14:22:20+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2015-04-23T14:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=179fa75e6e218d71a85a6b17ccc231036a148543'/>
<id>179fa75e6e218d71a85a6b17ccc231036a148543</id>
<content type='text'>
Computing Technologies LLC to Hudson River Trading LLC.

Approved by:	Hudson River Trading LLC (who owns ACT LLC)
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Computing Technologies LLC to Hudson River Trading LLC.

Approved by:	Hudson River Trading LLC (who owns ACT LLC)
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout.</title>
<updated>2014-03-16T04:09:22+00:00</updated>
<author>
<name>Julio Merino</name>
<email>jmmv@FreeBSD.org</email>
</author>
<published>2014-03-16T04:09:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d14afb2adcbf0db6625f582abf0c7154e4e005bd'/>
<id>d14afb2adcbf0db6625f582abf0c7154e4e005bd</id>
<content type='text'>
This change was originally going to only migrate the usr.sbin tests but, as
it turns out, the usr.sbin/sa/ tests require files from usr.bin/lastcomm/
so it's better to just also migrate the latter at the same time.  The other
usr.bin tests will be moved separately.

To make these tests work within the test suite, some of them have required
changes to prevent modifying the source directory and instead just rely on
the current directory for file manipulation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change was originally going to only migrate the usr.sbin tests but, as
it turns out, the usr.sbin/sa/ tests require files from usr.bin/lastcomm/
so it's better to just also migrate the latter at the same time.  The other
usr.bin tests will be moved separately.

To make these tests work within the test suite, some of them have required
changes to prevent modifying the source directory and instead just rely on
the current directory for file manipulation.
</pre>
</div>
</content>
</entry>
</feed>
