From: Harlan Stenn Date: Thu, 8 Jul 1999 03:18:49 +0000 (-0000) Subject: ChangeLog, ntp_update: X-Git-Tag: NTP_4_0_94~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f35cfb37d40ccea983456db58f9df6d47eb2244;p=thirdparty%2Fntp.git ChangeLog, ntp_update: * ntp_update: Check out copyright.htm before COPYRIGHT bk: 37841899LsjljqHyxAzUh8sO-55p1g --- diff --git a/ChangeLog b/ChangeLog index 25906729ac..f0593ba550 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-07-07 Harlan Stenn + * ntp_update: Check out copyright.htm before COPYRIGHT + * ntpd/ntp_config.c: Support for PPS assert/clear/hardpps * ntpd/ntp_refclock.c (refclock_ioctl): Ditto (refclock_gtlin): Ditto diff --git a/ntp_update b/ntp_update index 411a1e8e86..f409039b0d 100755 --- a/ntp_update +++ b/ntp_update @@ -48,9 +48,8 @@ else set -- $UPDATE_OPTIONS ${1+"$@"} fi - echo "Pass 1: Updating autoconf and bison generated files" -find * -name configure.in -o -name '*.y' | xargs cvs -q update +find * -name configure.in -o -name '*.y' -o name copyright.htm | xargs cvs -q update echo "Pass 2: Updating full tree" cvs -q update ${1+"$@"}