]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, ntp_update:
authorHarlan Stenn <stenn@ntp.org>
Thu, 8 Jul 1999 03:18:49 +0000 (03:18 -0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 8 Jul 1999 03:18:49 +0000 (03:18 -0000)
  * ntp_update: Check out copyright.htm before COPYRIGHT

bk: 37841899LsjljqHyxAzUh8sO-55p1g

ChangeLog
ntp_update

index 25906729acc3031f8a23c5cb5de2a2a3459421fd..f0593ba5508ef0c82b090b86dd747bb3a91bbedd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-07-07  Harlan Stenn  <stenn@whimsy.udel.edu>
 
+       * 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
index 411a1e8e863a739251284a21c44c21fa65c34b1b..f409039b0dfbe25893bc0f75450a27b62f148311 100755 (executable)
@@ -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+"$@"}