diff options
| author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-11-24 14:55:52 +0000 |
|---|---|---|
| committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-11-24 14:55:52 +0000 |
| commit | 2bc38c4ec13badffdf05ee1ebcde244985583352 (patch) | |
| tree | 16e81d60db991d1a9066d02dddd4b2475e29e13c /net/openntpd/files/patch-ntpd.h | |
| parent | - Fix build (diff) | |
Update to 4.6:
* DNS queries are delegated to a dedicated child process.
* The -v option will log all time adjustments.
Notes
Notes:
svn path=/head/; revision=244718
Diffstat (limited to 'net/openntpd/files/patch-ntpd.h')
| -rw-r--r-- | net/openntpd/files/patch-ntpd.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/openntpd/files/patch-ntpd.h b/net/openntpd/files/patch-ntpd.h index 3bec8635593b..717694aa4130 100644 --- a/net/openntpd/files/patch-ntpd.h +++ b/net/openntpd/files/patch-ntpd.h @@ -1,16 +1,17 @@ $FreeBSD$ ---- ntpd.h.orig 2009-01-16 15:03:38.000000000 +0100 -+++ ntpd.h 2009-08-01 22:31:40.000000000 +0200 -@@ -29,10 +29,11 @@ +--- ntpd.h.orig 2009-11-23 20:37:40.000000000 +0100 ++++ ntpd.h 2009-11-23 20:38:12.000000000 +0100 +@@ -29,11 +29,12 @@ #include <pwd.h> #include <stdarg.h> +#include "compat.h" #include "ntp.h" + #include <imsg.h> #define NTPD_USER "_ntp" -#define CONFFILE "/etc/ntpd.conf" +#define CONFFILE "%%PREFIX%%/etc/ntpd.conf" #define DRIFTFILE "/var/db/ntpd.drift" - #define READ_BUF_SIZE 8192 + #define INTERVAL_QUERY_NORMAL 30 /* sync to peers every n secs */ |
