From d02011e188ea106c659ebfafd11e68b192da5df6 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 23 Jun 2006 16:58:58 +0000 Subject: [PATCH] set NTP_KEYSDIR to "/etc/ntp" so that the crypto/autokey/leapseconds stuff works as before --- usr.sbin/ntp/include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ntp/include/config.h b/usr.sbin/ntp/include/config.h index 5d516831f44b..7386d38b7617 100644 --- a/usr.sbin/ntp/include/config.h +++ b/usr.sbin/ntp/include/config.h @@ -958,7 +958,7 @@ /* #undef NO_PARENB_IGNPAR */ /* Default location of crypto key info */ -#define NTP_KEYSDIR "/usr/local/etc" +#define NTP_KEYSDIR "/etc/ntp" /* Do we have ntp_{adj,get}time in libc? */ #define NTP_SYSCALLS_LIBC 1