summaryrefslogtreecommitdiff
path: root/net/openntpd/files/patch-ntpd.h
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2015-01-08 16:11:29 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2015-01-08 16:11:29 +0000
commit6762458c899b95848970763f76c1241a9e8dc70b (patch)
tree1cb742028d377bd7c8e0e5fc4ba45790c3bd7642 /net/openntpd/files/patch-ntpd.h
parentUpdate the comment, forgotten in the previous commit. (diff)
After a long hiatus, update to 5.7p1.
Major user-visible changes: * Added ntpctl(8), which allows for querying ntpd(8) at runtime. * Added support for different routing tables.
Notes
Notes: svn path=/head/; revision=376542
Diffstat (limited to 'net/openntpd/files/patch-ntpd.h')
-rw-r--r--net/openntpd/files/patch-ntpd.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/openntpd/files/patch-ntpd.h b/net/openntpd/files/patch-ntpd.h
deleted file mode 100644
index 717694aa4130..000000000000
--- a/net/openntpd/files/patch-ntpd.h
+++ /dev/null
@@ -1,17 +0,0 @@
-$FreeBSD$
---- 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 INTERVAL_QUERY_NORMAL 30 /* sync to peers every n secs */