Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2008 22:02:49 +0000 (UTC)
From:      naddy@mips.inka.de (Christian Weisgerber)
To:        freebsd-current@freebsd.org
Subject:   Re: Weirdness with recently updated NTP on -current?
Message-ID:  <g8slq9$2kgn$1@lorvorc.mips.inka.de>
References:  <20080823224510.C7F36C3D@mx1.synetsystems.com>

next in thread | previous in thread | raw e-mail | index | archive | help
We are using a wrong source file to build libntp.  As a consequence,
ntpd believes itself to be in a simulation and does not read the
system time--not the best strategy for a timekeeping daemon.

Index: libntp/Makefile
===================================================================
RCS file: /home/ncvs/src/usr.sbin/ntp/libntp/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- libntp/Makefile	22 Aug 2008 16:00:48 -0000	1.11
+++ libntp/Makefile	24 Aug 2008 21:36:50 -0000
@@ -21,7 +21,7 @@
 	msutotsf.c	msyslog.c	netof.c		ntp_rfc2553.c \
 	numtoa.c	numtohost.c	octtoint.c	prettydate.c \
 	recvbuff.c	refnumtoa.c	snprintf.c	socktoa.c \
-	socktohost.c	strstr.c	systime_s.c	statestr.c \
+	socktohost.c	strstr.c	systime.c	statestr.c \
 	strerror.c	syssignal.c	tsftomsu.c	tstotv.c \
 	tvtoa.c	tvtots.c	uglydate.c	uinttoa.c \
 	utvtoa.c	ymd2yd.c 
-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?g8slq9$2kgn$1>