* ntpd/ntp_proto.c (proto_config): cal_enable (PROTO_CAL) is
invalid if no refclocks are present.
From: Frodo Looijaard <frodol@dds.nl>
* README.cvs: On some systems, the -C option fails.
bk: 3ad8e25fc9cXT7ZzVLa6W_yHCjBspw
2001-04-14 Harlan Stenn <stenn@whimsy.udel.edu>
+ * ntpd/ntp_proto.c (proto_config): cal_enable (PROTO_CAL) is
+ invalid if no refclocks are present.
+ From: Frodo Looijaard <frodol@dds.nl>
+
+ * README.cvs: On some systems, the -C option fails.
+
* ntpd/refclock_nmea.c:
* ntpd/ntp_refclock.c:
* html/driver20.htm:
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 <majordomo@ntp.org> with the word "lists"
in the body of the message.
pps_enable = (int)value;
break;
+#ifdef REFCLOCK
case PROTO_CAL:
/*
*/
cal_enable = (int)value;
break;
+#endif
default: