summaryrefslogtreecommitdiff
path: root/net/openntpd/files/patch-ntpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/openntpd/files/patch-ntpd.h')
-rw-r--r--net/openntpd/files/patch-ntpd.h9
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 */