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/ntpctl.8 (-2 / +2 lines)
Lines 55-62 Link Here
55
system call, is displayed.
55
system call, is displayed.
56
.El
56
.El
57
.Sh FILES
57
.Sh FILES
58
.Bl -tag -width "/var/run/ntpd.sockXXX" -compact
58
.Bl -tag -width "/run/ntpd.sockXXX" -compact
59
.It Pa /var/run/ntpd.sock
59
.It Pa /run/ntpd.sock
60
Socket file for communication with
60
Socket file for communication with
61
.Xr ntpd 8 .
61
.Xr ntpd 8 .
62
.El
62
.El
(-)openntpd-5.7p2-orig/ntpd.8 (-1 / +1 lines)
Lines 138-144 Link Here
138
Default configuration file.
138
Default configuration file.
139
.It Pa /var/db/ntpd.drift
139
.It Pa /var/db/ntpd.drift
140
Drift file.
140
Drift file.
141
.It Pa /var/run/ntpd.sock
141
.It Pa /run/ntpd.sock
142
Socket file for communication with
142
Socket file for communication with
143
.Xr ntpctl 8 .
143
.Xr ntpctl 8 .
144
.El
144
.El
(-)openntpd-5.7p2-orig/ntpd.h (-1 / +1 lines)
Lines 49-55 Link Here
49
#define	LOCALSTATEDIR	"/var"
49
#define	LOCALSTATEDIR	"/var"
50
#endif
50
#endif
51
#define	DRIFTFILE	LOCALSTATEDIR "/db/ntpd.drift"
51
#define	DRIFTFILE	LOCALSTATEDIR "/db/ntpd.drift"
52
#define	CTLSOCKET	LOCALSTATEDIR "/run/ntpd.sock"
52
#define	CTLSOCKET	"/run/ntpd.sock"
53
53
54
#if defined(SO_SETFIB)
54
#if defined(SO_SETFIB)
55
#define	SO_RTABLE	SO_SETFIB
55
#define	SO_RTABLE	SO_SETFIB

Return to bug 537292