From: Harlan Stenn Date: Tue, 10 Jul 2001 04:08:03 +0000 (-0000) Subject: ChangeLog, ntp_update: X-Git-Tag: NTP_4_0_99M_RC3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60c8c6219fb766417a9e5ebb12dc48dfdb7345e3;p=thirdparty%2Fntp.git ChangeLog, ntp_update: * ntp_update: COPYRIGHT needs a touch. From: Mike Stump bk: 3b4a7fa3dKVZdPKs1WGd1YGvHOMOIQ --- diff --git a/ChangeLog b/ChangeLog index 2af174343..06fd2080e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-07-06 Harlan Stenn + + * ntp_update: COPYRIGHT needs a touch. + From: Mike Stump + 2001-07-04 Harlan Stenn * html/config.htm: Major cleanup. diff --git a/ntp_update b/ntp_update index 2615958fc..599ca29c9 100755 --- a/ntp_update +++ b/ntp_update @@ -62,7 +62,8 @@ touch `find . -name Makefile.in -print` #touch `find texinfo -name \*.gmo -print` # The following code should also touch the generated lex/yacc/rpc files for f in \ - stamp-h.in + stamp-h.in \ + COPYRIGHT do touch $f done