From 6762458c899b95848970763f76c1241a9e8dc70b Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Thu, 8 Jan 2015 16:11:29 +0000 Subject: 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. --- net/openntpd/files/patch-ntpd.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 net/openntpd/files/patch-ntpd.h (limited to 'net/openntpd/files/patch-ntpd.h') 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 - #include - -+#include "compat.h" - #include "ntp.h" - #include - - #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 */ -- cgit v1.2.3