source: trunk/third/xntp/conf/malarky.conf @ 10832

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#
9multicastclient                 # listen on default 224.0.1.1
10#
11# Miscellaneous stuff
12#
13driftfile /etc/ntp.drift        # path for drift file
14statsdir /malarky/ntpstats/     # directory for statistics files
15filegen peerstats file peerstats type day enable
16filegen loopstats file loopstats type day enable
17filegen clockstats file clockstats type day enable
18#
19# Authentication stuff
20#
21keys /usr/local/etc/ntp.keys    # path for key file
22trustedkey 3 4 5 6 14           # define trusted keys
23requestkey 14                   # key (7) for accessing server variables
24controlkey 14                   # key (6) for accessing server variables
Note: See TracBrowser for help on using the repository browser.