bk: 55b55957qMKL4IaJkZOOtCnkt_uWqQ
---
+* [Bug 2817] Stop locking ntpd into memory by default under Linux. H.Stenn.
* [Bug 2823] ntpsweep with recursive peers option doesn't work. H.Stenn.
* [Bug 2849] Systems with more than one default route may never
synchronize. Brian Utterback. Note that this patch might need to
case "$ntp_cv_rlimit_memlock" in
yes)
AC_SUBST([HAVE_RLIMIT_MEMLOCK])
- HAVE_RLIMIT_MEMLOCK=" memlock 32"
+ case "$host" in
+ *-*-*linux*)
+ HAVE_RLIMIT_MEMLOCK=" memlock 0" ;;
+ *) HAVE_RLIMIT_MEMLOCK=" memlock 32" ;;
+ esac
esac
AC_CACHE_CHECK(