<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/named.restart, branch release/4.6.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.6.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.6.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2001-08-16T15:56:44Z</updated>
<entry>
<title>MFC: markup and misc fixes.</title>
<updated>2001-08-16T15:56:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-08-16T15:56:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9ab03c494d82791b71814633ddd6c9030f4d5fd8'/>
<id>urn:sha1:9ab03c494d82791b71814633ddd6c9030f4d5fd8</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>MFC: remove whitespace at EOL.</title>
<updated>2001-07-22T12:41:39Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-22T12:41:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8432a67785074390b432b40233c9cddbf5913a9a'/>
<id>urn:sha1:8432a67785074390b432b40233c9cddbf5913a9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: r1.3, r1.4:</title>
<updated>2001-07-19T05:11:06Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-07-19T05:11:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aaec4a23874a9505c2f09bd0a1c47cda32530963'/>
<id>urn:sha1:aaec4a23874a9505c2f09bd0a1c47cda32530963</id>
<content type='text'>
Start the correct copy of named (pass ${named_program} to ndc(8)).

Source rc.conf so that named.restart can restart named with the correct
flags.
</content>
</entry>
<entry>
<title>MFC: Introduce and use SCRIPTS knob.</title>
<updated>2001-04-25T14:05:26Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-04-25T14:05:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=290ef21130a7d87a0ff1f59558d03a4ac5a5c303'/>
<id>urn:sha1:290ef21130a7d87a0ff1f59558d03a4ac5a5c303</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: MAN[1-9] -&gt; MAN.</title>
<updated>2001-04-25T12:11:16Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-04-25T12:11:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=83fa067d8f6c24828328a87151d5e41db217a994'/>
<id>urn:sha1:83fa067d8f6c24828328a87151d5e41db217a994</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: man(7) -&gt; mdoc(7).</title>
<updated>2001-01-16T17:35:52Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-01-16T17:35:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=26eb5a32f05095e117487c53d456bfe087f940d7'/>
<id>urn:sha1:26eb5a32f05095e117487c53d456bfe087f940d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:35:59Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:35:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=97d92980a96a50750844f420cc225ddf918f0699'/>
<id>urn:sha1:97d92980a96a50750844f420cc225ddf918f0699</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add $Id$, to make it simpler for members of the translation teams to</title>
<updated>1999-07-12T20:12:29Z</updated>
<author>
<name>Nik Clayton</name>
<email>nik@FreeBSD.org</email>
</author>
<published>1999-07-12T20:12:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=414a35e60a8f1ce324672b4e15a8a9de5514b23a'/>
<id>urn:sha1:414a35e60a8f1ce324672b4e15a8a9de5514b23a</id>
<content type='text'>
track.

The Id line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

     .\"    $Id$
     .\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by:            bde
</content>
</entry>
<entry>
<title>These are no longer shipped with bind, but are a well established</title>
<updated>1998-05-03T05:11:52Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-05-03T05:11:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=32112b0956a8bd9f836c7a1c2da1342772e059ba'/>
<id>urn:sha1:32112b0956a8bd9f836c7a1c2da1342772e059ba</id>
<content type='text'>
interface that's simple to maintain.
</content>
</entry>
<entry>
<title>Revert $FreeBSD$ to $Id$</title>
<updated>1997-02-22T16:15:28Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-02-22T16:15:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=476602a9d0b9041b42a108349dc58a4ca6bf4223'/>
<id>urn:sha1:476602a9d0b9041b42a108349dc58a4ca6bf4223</id>
<content type='text'>
</content>
</entry>
</feed>
