Revision 10832,
812 bytes
checked in by brlewis, 27 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r10831,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | # |
---|
2 | # NTP configuration file (ntp.conf) |
---|
3 | # |
---|
4 | # This is for a broadcast/multicast client. Except for the statistics |
---|
5 | # stuff, this can be done with only a commmand line of the form |
---|
6 | # |
---|
7 | # /usr/local/bin/xntpd -a -k /usr/local/bin/ntp.keys -m -t 3 |
---|
8 | # |
---|
9 | multicastclient # listen on default 224.0.1.1 |
---|
10 | # |
---|
11 | # Miscellaneous stuff |
---|
12 | # |
---|
13 | driftfile /etc/ntp.drift # path for drift file |
---|
14 | statsdir /malarky/ntpstats/ # directory for statistics files |
---|
15 | filegen peerstats file peerstats type day enable |
---|
16 | filegen loopstats file loopstats type day enable |
---|
17 | filegen clockstats file clockstats type day enable |
---|
18 | # |
---|
19 | # Authentication stuff |
---|
20 | # |
---|
21 | keys /usr/local/etc/ntp.keys # path for key file |
---|
22 | trustedkey 3 4 5 6 14 # define trusted keys |
---|
23 | requestkey 14 # key (7) for accessing server variables |
---|
24 | controlkey 14 # key (6) for accessing server variables |
---|
Note: See
TracBrowser
for help on using the repository browser.