bafd05dacd
Daemon for maintaining the accuracy of computer clocks This packages was supplied by Juergen Hannken-Illjes in PR pkg/15729.
34 lines
1,011 B
Text
34 lines
1,011 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2002/03/22 23:01:52 tron Exp $
|
|
|
|
--- chrony.conf.5.orig Sun Feb 17 23:23:12 2002
|
|
+++ chrony.conf.5
|
|
@@ -3,7 +3,7 @@
|
|
chrony.conf \- chronyd configuration file
|
|
|
|
.SH SYNOPSIS
|
|
-.B /etc/chrony.conf
|
|
+.B @PREFIX@/etc/chrony.conf
|
|
|
|
.SH DESCRIPTION
|
|
\fIchrony\fR is a pair of programs for maintaining the accuracy of computer
|
|
@@ -12,7 +12,7 @@
|
|
|
|
Assuming that you have found some servers, you need to set up a
|
|
configuration file to run \fIchrony\fR. The (compiled-in) default location
|
|
-for this file is \fB/etc/chrony.conf\fR. Assuming that your ntp servers
|
|
+for this file is \fB@PREFIX@/etc/chrony.conf\fR. Assuming that your ntp servers
|
|
are called `a.b.c' and `d.e.f', your \fBchrony.conf\fR file could contain
|
|
as a minimum
|
|
|
|
@@ -29,9 +29,9 @@
|
|
server a.b.c
|
|
server d.e.f
|
|
server g.h.i
|
|
- keyfile /etc/chrony.keys
|
|
+ keyfile @PREFIX@/etc/chrony.keys
|
|
commandkey 1
|
|
- driftfile /etc/chrony.drift
|
|
+ driftfile /var/db/chrony.drift
|
|
|
|
|
|
.SH "SEE ALSO"
|