<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/etc/netstart, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-11-04T19:12:42Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>urn:sha1:3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
</entry>
<entry>
<title>Run /etc/rc.d/routing at the appropriate time.</title>
<updated>2004-02-10T19:10:34Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-02-10T19:10:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bc816461b7a048c3828eff34af6dd54ab6310167'/>
<id>urn:sha1:bc816461b7a048c3828eff34af6dd54ab6310167</id>
<content type='text'>
Spotted by:	mat
</content>
</entry>
<entry>
<title>There is no network2 any more.</title>
<updated>2003-10-13T10:36:26Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-10-13T10:36:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aeba777e45afb5f096d749d64846b8cdc16761f7'/>
<id>urn:sha1:aeba777e45afb5f096d749d64846b8cdc16761f7</id>
<content type='text'>
Pointy hat to:	mtm
</content>
</entry>
<entry>
<title>We need pccard start too.</title>
<updated>2003-04-29T15:32:02Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-04-29T15:32:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=52aef7c6a81047aba7b1fc85f4a381e732963a82'/>
<id>urn:sha1:52aef7c6a81047aba7b1fc85f4a381e732963a82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new netstart</title>
<updated>2003-04-29T12:26:37Z</updated>
<author>
<name>John W. De Boskey</name>
<email>jwd@FreeBSD.org</email>
</author>
<published>2003-04-29T12:26:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fd08d16bc21e24b78e4f78759978c0633a3508d0'/>
<id>urn:sha1:fd08d16bc21e24b78e4f78759978c0633a3508d0</id>
<content type='text'>
atm should be correct but is commented out pending appropriate testing.

Submitted by:	mtm
</content>
</entry>
<entry>
<title>Run network6_pass1 if ipv6_enable is YES</title>
<updated>2001-05-18T09:14:39Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-05-18T09:14:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b36a733b6ee559dd143145e2374cfd91465b1e62'/>
<id>urn:sha1:b36a733b6ee559dd143145e2374cfd91465b1e62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a quoting problem I introduced.</title>
<updated>2000-12-26T20:55:18Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2000-12-26T20:55:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d3ee161f8bf0a2ac0d8e3f41f76878a6025e197a'/>
<id>urn:sha1:d3ee161f8bf0a2ac0d8e3f41f76878a6025e197a</id>
<content type='text'>
Fix a tiny style problem while I'm here.

Submitted by:	knu
</content>
</entry>
<entry>
<title>Apply a more consistent style to the echo statements in /etc/ scripts.</title>
<updated>2000-12-17T08:16:06Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2000-12-17T08:16:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e14563a3f35eb1e38192a44cf6dc60654037ecc5'/>
<id>urn:sha1:e14563a3f35eb1e38192a44cf6dc60654037ecc5</id>
<content type='text'>
* Put quotes around each line
* Single quotes for lines with no variable interpolation
* Double quotes if there is
* Capitalize each word that begins a line
* Make echo -n 'Doing foo:' ... echo '.' more of a standard

No functionality changes
</content>
</entry>
<entry>
<title>Run rc.pccard from netstart so it works for us laptop users as well.</title>
<updated>2000-12-16T02:48:14Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2000-12-16T02:48:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ec0ef121a8f96dcc85d95830aa176a4626fec225'/>
<id>urn:sha1:ec0ef121a8f96dcc85d95830aa176a4626fec225</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add copyright notices.  Other systems have been barrowing our /etc files</title>
<updated>2000-10-08T19:20:36Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-10-08T19:20:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a1c43e3fbbabe648662adc3b8c2e566ce1b69844'/>
<id>urn:sha1:a1c43e3fbbabe648662adc3b8c2e566ce1b69844</id>
<content type='text'>
w/o giving any credit.
</content>
</entry>
</feed>
