Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 537292 | Differences between
and this patch

Collapse All | Expand All

(-)openntpd-5.7p2-orig/ntpd.8 (-3 / +3 lines)
Lines 118-124 Link Here
118
typically
118
typically
119
.Xr ntpd.conf 5 ,
119
.Xr ntpd.conf 5 ,
120
and its initial clock drift from
120
and its initial clock drift from
121
.Pa /var/db/ntpd.drift .
121
.Pa /var/lib/openntpd/ntpd.drift .
122
Clock drift is periodically written to the drift file thereafter.
122
Clock drift is periodically written to the drift file thereafter.
123
.Pp
123
.Pp
124
When
124
When
Lines 133-142 Link Here
133
it writes its peer and sensor status to
133
it writes its peer and sensor status to
134
.Xr syslog 3 .
134
.Xr syslog 3 .
135
.Sh FILES
135
.Sh FILES
136
.Bl -tag -width "/var/db/ntpd.driftXXX" -compact
136
.Bl -tag -width "/var/lib/openntpd/ntpd.driftXXX" -compact
137
.It Pa /etc/ntpd.conf
137
.It Pa /etc/ntpd.conf
138
Default configuration file.
138
Default configuration file.
139
.It Pa /var/db/ntpd.drift
139
.It Pa /var/lib/openntpd/ntpd.drift
140
Drift file.
140
Drift file.
141
.It Pa /run/ntpd.sock
141
.It Pa /run/ntpd.sock
142
Socket file for communication with
142
Socket file for communication with
(-)openntpd-5.7p2-orig/ntpd.h (-1 / +1 lines)
Lines 48-54 Link Here
48
#ifndef	LOCALSTATEDIR
48
#ifndef	LOCALSTATEDIR
49
#define	LOCALSTATEDIR	"/var"
49
#define	LOCALSTATEDIR	"/var"
50
#endif
50
#endif
51
#define	DRIFTFILE	LOCALSTATEDIR "/db/ntpd.drift"
51
#define	DRIFTFILE	LOCALSTATEDIR "/openntpd/ntpd.drift"
52
#define	CTLSOCKET	"/run/ntpd.sock"
52
#define	CTLSOCKET	"/run/ntpd.sock"
53
53
54
#if defined(SO_SETFIB)
54
#if defined(SO_SETFIB)

Return to bug 537292