From: Harlan Stenn Date: Sat, 14 Apr 2001 23:50:55 +0000 (-0000) Subject: ChangeLog, README.cvs, ntp_proto.c: X-Git-Tag: NTP_4_0_99_M~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61049ee950e024d91830686df28cf4d348acddda;p=thirdparty%2Fntp.git ChangeLog, README.cvs, ntp_proto.c: * ntpd/ntp_proto.c (proto_config): cal_enable (PROTO_CAL) is invalid if no refclocks are present. From: Frodo Looijaard * README.cvs: On some systems, the -C option fails. bk: 3ad8e25fc9cXT7ZzVLa6W_yHCjBspw --- diff --git a/ChangeLog b/ChangeLog index 49ffb252ab..c7d9091214 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2001-04-14 Harlan Stenn + * ntpd/ntp_proto.c (proto_config): cal_enable (PROTO_CAL) is + invalid if no refclocks are present. + From: Frodo Looijaard + + * README.cvs: On some systems, the -C option fails. + * ntpd/refclock_nmea.c: * ntpd/ntp_refclock.c: * html/driver20.htm: diff --git a/README.cvs b/README.cvs index bb7701f5b5..24a8f9a701 100644 --- a/README.cvs +++ b/README.cvs @@ -28,6 +28,9 @@ PLEASE NOTE: which will force any local changes to your NTP files to be discarded and replaced with the versions in the repository. + If "ntp_update -C" does not work just remove the "broken" + files (probably Makefile.in files) and re-run ntp_udate. + There are some mailing lists for the NTP CVS distribution. For more information, send a message to with the word "lists" in the body of the message. diff --git a/ntpd/ntp_proto.c b/ntpd/ntp_proto.c index 2df960cf51..958cf5238c 100644 --- a/ntpd/ntp_proto.c +++ b/ntpd/ntp_proto.c @@ -2718,6 +2718,7 @@ proto_config( pps_enable = (int)value; break; +#ifdef REFCLOCK case PROTO_CAL: /* @@ -2725,6 +2726,7 @@ proto_config( */ cal_enable = (int)value; break; +#endif default: