blob: 3bec8635593b0c949b61a3ad8d8a8a754ee40c0c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$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 @@
#include <pwd.h>
#include <stdarg.h>
+#include "compat.h"
#include "ntp.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
|