<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/ntp/doc/Makefile, branch releng/12.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-03-01T04:54:06Z</updated>
<entry>
<title>Simplify/improve idioms in usr.sbin/ntp Makefiles</title>
<updated>2017-03-01T04:54:06Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-03-01T04:54:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af6a5351a1fdb1130f18be6c782c4d48916eb971'/>
<id>urn:sha1:af6a5351a1fdb1130f18be6c782c4d48916eb971</id>
<content type='text'>
- Use SRCTOP-relative paths to other directories instead of
  .CURDIR-relative ones. This simplifies pathing in make/displayed output.
- Also, use :H where possible/sensical to manipulate .CURDIR-relative
  paths
- Remove superfluous bsd.own.mk .includes which are already handled via
  src.opts.mk .includes

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r276093, r278284)</title>
<updated>2015-03-30T13:30:15Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2015-03-30T13:30:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2b15cb3d0922bd70ea592f0da9b4a5b167f4d53f'/>
<id>urn:sha1:2b15cb3d0922bd70ea592f0da9b4a5b167f4d53f</id>
<content type='text'>
Thanks to roberto for providing pointers to wedge this into HEAD.

Approved by:	roberto
</content>
</entry>
<entry>
<title>Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
<updated>2014-05-06T04:22:01Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2014-05-06T04:22:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c6063d0da8e1f8d8452b0c2ee1c7ad718c1a7052'/>
<id>urn:sha1:c6063d0da8e1f8d8452b0c2ee1c7ad718c1a7052</id>
<content type='text'>
from the latter.
</content>
</entry>
<entry>
<title>Complete ntptrace(8) removal:</title>
<updated>2010-01-03T22:29:06Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2010-01-03T22:29:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b8cf11192e891d6cf0f9b3112fd9b0e605eb8b0a'/>
<id>urn:sha1:b8cf11192e891d6cf0f9b3112fd9b0e605eb8b0a</id>
<content type='text'>
- do not install man page
- update ObsoleteFiles.inc

Approved by:	roberto@
</content>
</entry>
<entry>
<title>Update the various files to sync with vendor import of 4.2.4p5.</title>
<updated>2008-08-22T16:00:48Z</updated>
<author>
<name>Ollivier Robert</name>
<email>roberto@FreeBSD.org</email>
</author>
<published>2008-08-22T16:00:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=271c3a9060f2ee55607ebe146523f888e1db2654'/>
<id>urn:sha1:271c3a9060f2ee55607ebe146523f888e1db2654</id>
<content type='text'>
sntp includes a copy of libopts in itself in vendor code, rewrite the
Makefile to compile and use only one copy.  It is an internal library, not
installed.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>- Update to ntp-4.2.0</title>
<updated>2006-05-17T10:50:35Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2006-05-17T10:50:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a0ff005ba528de2d461599bcfcb91987161f0372'/>
<id>urn:sha1:a0ff005ba528de2d461599bcfcb91987161f0372</id>
<content type='text'>
PR:		docs/79857
Submitted by:	Tsurutani Naoki &lt;turutani@scphys.kyoto-u.ac.jp&gt;
</content>
</entry>
<entry>
<title>Reimplementation of world/kernel build options.  For details, see:</title>
<updated>2006-03-17T18:54:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-03-17T18:54:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e1fe3dba5ce2826061f6489765be9b4a341736a9'/>
<id>urn:sha1:e1fe3dba5ce2826061f6489765be9b4a341736a9</id>
<content type='text'>
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)
</content>
</entry>
<entry>
<title>If we don't want HTML docs, we might still want manpages.</title>
<updated>2006-03-15T11:17:31Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-03-15T11:17:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=897c6f17c934908790e6a189e088086c8fc5f0f6'/>
<id>urn:sha1:897c6f17c934908790e6a189e088086c8fc5f0f6</id>
<content type='text'>
If we don't want manpages, we might still want HTML docs.
</content>
</entry>
<entry>
<title>Release maintainership.  More ambitious minds have plans for the ntp</title>
<updated>2005-05-25T16:30:43Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2005-05-25T16:30:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ff7f0e8636d66e2d89d08f2a3a090bee930f6ea0'/>
<id>urn:sha1:ff7f0e8636d66e2d89d08f2a3a090bee930f6ea0</id>
<content type='text'>
docs.  Last I heard, Harlan Stenn was considering using FreeBSD's
pages as a starting point for the ISC NTP distribution's own pages.
If that happens, everyone wins and these can go away, to be replaced
by imported versions in contrib/ntp.
</content>
</entry>
<entry>
<title>Update our ntpd to the long awaited 4.2.0 version.</title>
<updated>2004-07-20T15:44:32Z</updated>
<author>
<name>Ollivier Robert</name>
<email>roberto@FreeBSD.org</email>
</author>
<published>2004-07-20T15:44:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6cb84f0c29e241460c9dba36b461f1b365900c3f'/>
<id>urn:sha1:6cb84f0c29e241460c9dba36b461f1b365900c3f</id>
<content type='text'>
This bring us several things:
- updated drivers
- IPv6 support at last
- ntp-genkeys is replaced by ntp-keygen
- ntptrace is now a script (courtesy of John Hay)
- lots of renamed files from .htm to .html (while I prefer .html, I
  find the change a bit gratuitous)
- still no manpages :(

Please test and report.

Commit very much helped by: GNU arch (http://gnuarch.org/)
</content>
</entry>
</feed>
