cvs commit: src/usr.sbin/ntp Makefile config.h
src/usr.sbin/ntp/arlib Makefile src/usr.sbin/ntp/doc Makefile
ntp-genkeys.8 src/usr.sbin/ntp/libntp Makefile...
Ollivier Robert
roberto at FreeBSD.org
Tue Jul 20 08:44:32 PDT 2004
roberto 2004-07-20 15:44:32 UTC
FreeBSD src repository
Modified files:
usr.sbin/ntp Makefile config.h
usr.sbin/ntp/doc Makefile
usr.sbin/ntp/libntp Makefile
usr.sbin/ntp/ntpd Makefile
usr.sbin/ntp/ntpdate Makefile
usr.sbin/ntp/ntpdc Makefile
usr.sbin/ntp/ntpq Makefile
usr.sbin/ntp/ntptrace Makefile
usr.sbin/ntp/scripts mkver
Added files:
usr.sbin/ntp/arlib Makefile
usr.sbin/ntp/ntp-keygen Makefile
usr.sbin/ntp/scripts ntptrace
Removed files:
usr.sbin/ntp/doc ntp-genkeys.8
usr.sbin/ntp/ntp-genkeys Makefile
Log:
Update our ntpd to the long awaited 4.2.0 version.
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/)
Revision Changes Path
1.8 +2 -2 src/usr.sbin/ntp/Makefile
1.1 +12 -0 src/usr.sbin/ntp/arlib/Makefile (new)
1.9 +119 -26 src/usr.sbin/ntp/config.h
1.10 +19 -18 src/usr.sbin/ntp/doc/Makefile
1.7 +0 -208 src/usr.sbin/ntp/doc/ntp-genkeys.8 (dead)
1.9 +17 -10 src/usr.sbin/ntp/libntp/Makefile
1.3 +0 -15 src/usr.sbin/ntp/ntp-genkeys/Makefile (dead)
1.1 +15 -0 src/usr.sbin/ntp/ntp-keygen/Makefile (new)
1.9 +2 -2 src/usr.sbin/ntp/ntpd/Makefile
1.4 +3 -3 src/usr.sbin/ntp/ntpdate/Makefile
1.7 +3 -3 src/usr.sbin/ntp/ntpdc/Makefile
1.5 +2 -2 src/usr.sbin/ntp/ntpq/Makefile
1.4 +5 -14 src/usr.sbin/ntp/ntptrace/Makefile
1.9 +1 -1 src/usr.sbin/ntp/scripts/mkver
1.1 +62 -0 src/usr.sbin/ntp/scripts/ntptrace (new)
More information about the cvs-src
mailing list