diff -ru openntpd-5.7p2-orig/ntpd.8 openntpd-5.7p2/ntpd.8 --- openntpd-5.7p2-orig/ntpd.8 2015-01-20 18:45:30.243068808 -0800 +++ openntpd-5.7p2/ntpd.8 2015-01-20 18:46:30.155511531 -0800 @@ -118,7 +118,7 @@ typically .Xr ntpd.conf 5 , and its initial clock drift from -.Pa /var/db/ntpd.drift . +.Pa /var/lib/openntpd/ntpd.drift . Clock drift is periodically written to the drift file thereafter. .Pp When @@ -133,10 +133,10 @@ it writes its peer and sensor status to .Xr syslog 3 . .Sh FILES -.Bl -tag -width "/var/db/ntpd.driftXXX" -compact +.Bl -tag -width "/var/lib/openntpd/ntpd.driftXXX" -compact .It Pa /etc/ntpd.conf Default configuration file. -.It Pa /var/db/ntpd.drift +.It Pa /var/lib/openntpd/ntpd.drift Drift file. .It Pa /run/ntpd.sock Socket file for communication with diff -ru openntpd-5.7p2-orig/ntpd.h openntpd-5.7p2/ntpd.h --- openntpd-5.7p2-orig/ntpd.h 2015-01-20 18:45:30.257069145 -0800 +++ openntpd-5.7p2/ntpd.h 2015-01-20 18:46:30.156511555 -0800 @@ -48,7 +48,7 @@ #ifndef LOCALSTATEDIR #define LOCALSTATEDIR "/var" #endif -#define DRIFTFILE LOCALSTATEDIR "/db/ntpd.drift" +#define DRIFTFILE LOCALSTATEDIR "/openntpd/ntpd.drift" #define CTLSOCKET "/run/ntpd.sock" #if defined(SO_SETFIB)