<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/inetd/inetd.8, branch release/3.5.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-06-25T00:20:49+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-06-25T00:20:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8e878a0310eae754021dbd73ca928eaf7cf6a65c'/>
<id>8e878a0310eae754021dbd73ca928eaf7cf6a65c</id>
<content type='text'>
'RELENG_3_5_0_RELEASE'.

This commit was manufactured to restore the state of the 3.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_3_5_0_RELEASE'.

This commit was manufactured to restore the state of the 3.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC part of rev 1.44: Make TCPMUX a valid subsection and mark FreeBSD</title>
<updated>2000-03-04T08:14:16+00:00</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2000-03-04T08:14:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=27b07de73e5f59d8c531d78f4070ebcc85b5a849'/>
<id>27b07de73e5f59d8c531d78f4070ebcc85b5a849</id>
<content type='text'>
up properly.

This is why it's such a bad idea to mix several different kinds of
fix into mdoc commits. :-(
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
up properly.

This is why it's such a bad idea to mix several different kinds of
fix into mdoc commits. :-(
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC rev 1.45 and rev 1.46:</title>
<updated>2000-03-01T08:31:42+00:00</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2000-03-01T08:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=990cdf449af4e6d3683c0caa7931aa1eeac7785d'/>
<id>990cdf449af4e6d3683c0caa7931aa1eeac7785d</id>
<content type='text'>
	Fix hard sentence breaks.
	Clarify explanation of which syslog logging facility is used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Fix hard sentence breaks.
	Clarify explanation of which syslog logging facility is used.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC all of inetd.</title>
<updated>1999-11-18T09:33:48+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>1999-11-18T09:33:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bc6e78fde2d97a7b5e7bb45a6db230afa30c8fe7'/>
<id>bc6e78fde2d97a7b5e7bb45a6db230afa30c8fe7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-29T15:57:45+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T15:57:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a92bee191d618605d749ddc8e410d0ae66d03752'/>
<id>a92bee191d618605d749ddc8e410d0ae66d03752</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>1999-07-21T19:28:27+00:00</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>1999-07-21T19:28:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7467a34ae3d2cf3e19893795a25f84deca26dcf0'/>
<id>7467a34ae3d2cf3e19893795a25f84deca26dcf0</id>
<content type='text'>
	Make wrapping a command-line, not a compile-time, option.
	Enable dgram wrapping.
	Fix handling of -l.
	Rename ident -&gt; auth (see next item).
	Allow use of service alias names.
	Set proctitle for wrapping case.

This syncs RELENG_3 with HEAD, with the notable exception of Brian
Feldman's new auth/ident/tap which is still a bit green. :-)

Requested by:	obrien
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Make wrapping a command-line, not a compile-time, option.
	Enable dgram wrapping.
	Fix handling of -l.
	Rename ident -&gt; auth (see next item).
	Allow use of service alias names.
	Set proctitle for wrapping case.

This syncs RELENG_3 with HEAD, with the notable exception of Brian
Feldman's new auth/ident/tap which is still a bit green. :-)

Requested by:	obrien
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Fix and enable internal service wrapping, fix handling of maxchild</title>
<updated>1999-06-22T18:06:35+00:00</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>1999-06-22T18:06:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=46f797d80d870ef87d198ae936b5544558202237'/>
<id>46f797d80d870ef87d198ae936b5544558202237</id>
<content type='text'>
     and clarify manpage's description of TCP Wrappers support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     and clarify manpage's description of TCP Wrappers support.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: add TCP Wrappers support.</title>
<updated>1999-05-01T22:01:52+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-05-01T22:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1f25d4bbc9e963e4f954264a4b804c8a5293e95f'/>
<id>1f25d4bbc9e963e4f954264a4b804c8a5293e95f</id>
<content type='text'>
(also sorted manpage references and emblished the history a little)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(also sorted manpage references and emblished the history a little)
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling fixes.</title>
<updated>1998-06-10T12:34:27+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1998-06-10T12:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1499abeef444e38d4173252b8b0b9b865c182804'/>
<id>1499abeef444e38d4173252b8b0b9b865c182804</id>
<content type='text'>
PR:		6903
Reviewed by:	phk
Submitted by:	Josh Gilliam &lt;josh@quick.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		6903
Reviewed by:	phk
Submitted by:	Josh Gilliam &lt;josh@quick.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Small typo in T/TCP patch ("speicfy" -&gt; "specify").</title>
<updated>1998-05-15T19:16:35+00:00</updated>
<author>
<name>Pierre Beyssac</name>
<email>pb@FreeBSD.org</email>
</author>
<published>1998-05-15T19:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=40907429e424c0cfa379dff4457a9f75bb6176b8'/>
<id>40907429e424c0cfa379dff4457a9f75bb6176b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
