Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jul 2004 15:44:32 +0000 (UTC)
From:      Ollivier Robert <roberto@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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...
Message-ID:  <200407201544.i6KFiWWr001296@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407201544.i6KFiWWr001296>