pkgsrc/net/chrony/patches/patch-ad
hannken 9bc110cfa3 Update to version 1.20
- Many small tidy-ups and security improvements.
- Merge support for 64bit architectures.
- Generate more informative syslog messages before exiting on failed
  assertions.
- Fix bugs in clamping code for the tick value used when slewing a large
  offset.
2004-11-30 11:26:59 +00:00

14 lines
369 B
Text

$NetBSD: patch-ad,v 1.2 2004/11/30 11:26:59 hannken Exp $
--- conf.c.orig 2003-09-22 23:22:30.000000000 +0200
+++ conf.c
@@ -55,7 +55,9 @@
/* ================================================== */
+#ifndef DEFAULT_CONF_FILE
#define DEFAULT_CONF_FILE "/etc/chrony.conf"
+#endif
/* ================================================== */
/* Forward prototypes */