Update to 4.0.98f. fix last remaining references to xntp.
This commit is contained in:
parent
a525b9a12a
commit
436062d739
|
@ -1,6 +1,6 @@
|
|||
#!/usr/pkg/bin/perl
|
||||
#
|
||||
# $NetBSD: ntp2netbsd,v 1.2 1999/10/21 02:46:21 jonathan Exp $
|
||||
# $NetBSD: ntp2netbsd,v 1.3 1999/11/16 03:53:21 jonathan Exp $
|
||||
#
|
||||
# Perl script to convert a standard distribution directory for ntpv4.0 into
|
||||
# a NetBSD source tree.
|
||||
|
@ -15,11 +15,11 @@
|
|||
# SRCDIR - gcc source directory from FSF
|
||||
# TARGETDIR - name of the high level directory to make
|
||||
#
|
||||
# Written by Christos Zoulas April 17, 1997 for xntp 3-5.90
|
||||
# Written by Christos Zoulas April 17, 1997 for xntp 3-5.90s
|
||||
# Updated by Jonathan Stone Oct 18, 1999 for ntp 4-0.98b
|
||||
#
|
||||
|
||||
$version = "4-0.98b";
|
||||
$version = "4-0.98f";
|
||||
|
||||
# definitions ...
|
||||
|
||||
|
@ -415,7 +415,7 @@ minor=0
|
|||
/*
|
||||
* version file for 5.93c
|
||||
*/
|
||||
char * Version = "4.0.98b-NetBSD Wed Oct 20 15:34:08 PDT 1999 PDT 1998 (1)";
|
||||
char * Version = "4.0.98f-NetBSD Mon Nov 15 19:51:01 PST 1999 (1)";
|
||||
%% file usr.sbin/ntp/include/config.h
|
||||
/* config.h. Generated automatically by configure. */
|
||||
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
||||
|
@ -728,10 +728,10 @@ char * Version = "4.0.98b-NetBSD Wed Oct 20 15:34:08 PDT 1999 PDT 1998 (1)";
|
|||
/* #undef UDP_BACKWARDS_SETOWN */
|
||||
|
||||
/* must we have a CTTY for fsetown? */
|
||||
/* #undef USE_FSETOWNCTTY */
|
||||
#define USE_FSETOWNCTTY 1
|
||||
|
||||
/* can we use SIGIO for tcp and udp IO? */
|
||||
/* #undef HAVE_SIGNALED_IO */
|
||||
#define HAVE_SIGNALED_IO 1
|
||||
|
||||
/* can we use SIGPOLL for UDP? */
|
||||
/* #undef USE_UDP_SIGPOLL */
|
||||
|
@ -817,6 +817,9 @@ char * Version = "4.0.98b-NetBSD Wed Oct 20 15:34:08 PDT 1999 PDT 1998 (1)";
|
|||
/* Do we want the SCO clock hacks? */
|
||||
/* #undef SCO5_CLOCK */
|
||||
|
||||
/* Do we want the ReliantUNIX clock hacks? */
|
||||
/* #undef RELIANTUNIX_CLOCK */
|
||||
|
||||
/* Does the kernel have an FLL bug? */
|
||||
/* #undef KERNEL_FLL_BUG */
|
||||
|
||||
|
@ -836,8 +839,7 @@ char * Version = "4.0.98b-NetBSD Wed Oct 20 15:34:08 PDT 1999 PDT 1998 (1)";
|
|||
#define HAVE_TIMESPEC 1
|
||||
|
||||
/* Define if you have the interface in the Draft RFC */
|
||||
/* #define PPSAPI 1 explicitly disabled on NetBSD by mills@huey.udel.edu? */
|
||||
/* #undef HAVE_PPSAPI */
|
||||
#define HAVE_PPSAPI 1
|
||||
|
||||
/* Do we need to #define _SVID3 when we #include <termios.h>? */
|
||||
/* #undef TERMIOS_NEEDS__SVID3 */
|
||||
|
@ -918,6 +920,9 @@ char * Version = "4.0.98b-NetBSD Wed Oct 20 15:34:08 PDT 1999 PDT 1998 (1)";
|
|||
/* tolower()? */
|
||||
/* #undef DECL_TOLOWER_0 */
|
||||
|
||||
/* toupper()? */
|
||||
/* #undef DECL_TOUPPER_0 */
|
||||
|
||||
/* The number of bytes in a int. */
|
||||
#define SIZEOF_INT 4
|
||||
|
||||
|
@ -963,6 +968,9 @@ char * Version = "4.0.98b-NetBSD Wed Oct 20 15:34:08 PDT 1999 PDT 1998 (1)";
|
|||
/* Define if you have the memcpy function. */
|
||||
#define HAVE_MEMCPY 1
|
||||
|
||||
/* Define if you have the memlk function. */
|
||||
/* #undef HAVE_MEMLK */
|
||||
|
||||
/* Define if you have the memmove function. */
|
||||
#define HAVE_MEMMOVE 1
|
||||
|
||||
|
@ -1191,6 +1199,9 @@ char * Version = "4.0.98b-NetBSD Wed Oct 20 15:34:08 PDT 1999 PDT 1998 (1)";
|
|||
/* Define if you have the <sys/select.h> header file. */
|
||||
#define HAVE_SYS_SELECT_H 1
|
||||
|
||||
/* Define if you have the <sys/sio.h> header file. */
|
||||
/* #undef HAVE_SYS_SIO_H */
|
||||
|
||||
/* Define if you have the <sys/sockio.h> header file. */
|
||||
#define HAVE_SYS_SOCKIO_H 1
|
||||
|
||||
|
@ -1240,7 +1251,7 @@ char * Version = "4.0.98b-NetBSD Wed Oct 20 15:34:08 PDT 1999 PDT 1998 (1)";
|
|||
#define HAVE_TERMIOS_H 1
|
||||
|
||||
/* Define if you have the <timepps.h> header file. */
|
||||
#define HAVE_TIMEPPS_H 1
|
||||
/* #undef HAVE_TIMEPPS_H */
|
||||
|
||||
/* Define if you have the <timex.h> header file. */
|
||||
/* #undef HAVE_TIMEX_H */
|
||||
|
@ -1285,7 +1296,7 @@ char * Version = "4.0.98b-NetBSD Wed Oct 20 15:34:08 PDT 1999 PDT 1998 (1)";
|
|||
#define PACKAGE "ntp"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "4.0.98b"
|
||||
#define VERSION "4.0.98f"
|
||||
|
||||
/* Define if compiler has function prototypes */
|
||||
#define PROTOTYPES 1
|
||||
|
@ -1436,7 +1447,7 @@ Specify the path for the authentication key file as the string
|
|||
The default is
|
||||
.Pa /etc/ntp.keys .
|
||||
This file should be in the format described in
|
||||
.Xr xntpd 8 .
|
||||
.Xr ntpd 8 .
|
||||
.It Fl o Ar version
|
||||
Specify the NTP version for outgoint packets as the integer
|
||||
.Ar version ,
|
||||
|
@ -1482,8 +1493,8 @@ identification string to be logged.
|
|||
.Sh FILES
|
||||
.Bl -tag -width /etc/ntp.keys -compact
|
||||
.It Pa /etc/gettytab
|
||||
.It Pa /usr/share/doc/xntp/index.html
|
||||
.It Pa /usr/share/doc/xntp/ntpdate.html
|
||||
.It Pa /usr/share/doc/ntp/index.html
|
||||
.It Pa /usr/share/doc/ntp/ntpdate.html
|
||||
.El
|
||||
.Sh BUGS
|
||||
The slew adjustment is actually 50% larger than the measured offset,
|
||||
|
@ -1495,7 +1506,7 @@ and
|
|||
.Xr tickadj 9 .
|
||||
.Sh AUTHOR
|
||||
David L. Mills (mills@udel.edu)
|
||||
%% file usr.sbin/xntp/ntptime/ntptime.8
|
||||
%% file usr.sbin/ntp/ntptime/ntptime.8
|
||||
%% NetBSD .\"
|
||||
.\" Converted from HTML to mandoc by Christos Zoulas
|
||||
.Dd June 23, 1997
|
||||
|
@ -1519,7 +1530,7 @@ reads and displays time-related kernel variables using the
|
|||
.Ar ntp_gettime
|
||||
system call. A similar display can be
|
||||
obtained using the
|
||||
.Xr xntpdc 8
|
||||
.Xr ntpdc 8
|
||||
program.
|
||||
.Pp
|
||||
The options are as follows:
|
||||
|
@ -1550,12 +1561,12 @@ Specify time constant, an integer in the range 0-4.
|
|||
.Pp
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/ntp.keys -compact
|
||||
.It Pa /usr/share/doc/xntp/index.html
|
||||
.It Pa /usr/share/doc/xntp/ntptime.html
|
||||
.It Pa /usr/share/doc/ntp/index.html
|
||||
.It Pa /usr/share/doc/ntp/ntptime.html
|
||||
.Pp
|
||||
.Sh AUTHOR
|
||||
David L. Mills (mills@udel.edu)
|
||||
%% file usr.sbin/xntp/ntpq/ntpq.8
|
||||
%% file usr.sbin/ntp/ntpq/ntpq.8
|
||||
%% NetBSD .\"
|
||||
.\" Converted from HTML to mandoc by Christos Zoulas <christos@netbsd.org>
|
||||
.\"
|
||||
|
|
Loading…
Reference in New Issue