aboutsummaryrefslogtreecommitdiffstats
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.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 717694aa413..00000000000
--- 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 */