]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Nits for 4.1.1b
authorHarlan Stenn <stenn@ntp.org>
Sat, 26 Oct 2002 01:58:47 +0000 (21:58 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 26 Oct 2002 01:58:47 +0000 (21:58 -0400)
bk: 3db9f6d7H1OnIarLZrJtTse3jQRq-g

Makefile.am
NEWS
configure.in

index 578dfa331a226a5436757a72f53b1a5bbd1f904f..40200e32c0123fa7397e02ce98cbf2d7416c27ac 100644 (file)
@@ -80,7 +80,7 @@ dist-hook:
        @find $(distdir) -type d -name CVS -print | xargs rm -rf
        @find $(distdir) -type d -name SCCS -print | xargs rm -rf
        @for i in `find $(distdir)/ports/winnt -type f -name '*.ds*' -print`; \
-          do unix2dos $$i $$i; done
+          do chmod u+w $$i ; unix2dos $$i $$i; done
 
 .warning:
        @echo "Compiling with GCC now generates lots of new warnings."
diff --git a/NEWS b/NEWS
index c2ac68a3a15ea5bd3ceea9c0bf9ddd84f35cec2a..86662487c854f2417587c002824bcfeba4b2e403 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
 --
+* clock state machine bugfix
 * Lose the source port check on incoming packets
 * (x)ntpdc compatibility patch
 * Virtual IP improvements
index b541a31876f2305cd18f3d1b18ce056ca6c9e608..7a1cc8c2e197134cf3b53679067b63eb14923885 100644 (file)
@@ -5,7 +5,7 @@ AC_CANONICAL_SYSTEM
 AC_DEFINE_UNQUOTED(STR_SYSTEM, "$host", [canonical system (cpu-vendor-os) string])
 AM_CONFIG_HEADER(config.h)
 AC_ARG_PROGRAM
-AM_INIT_AUTOMAKE(ntp, 4.1.1a)
+AM_INIT_AUTOMAKE(ntp, 4.1.1b)
 AC_PREREQ(2.52)                # We need the cross-compile-aware SIZEOF stuff.
 
 ac_cv_var_atom_ok=no