Annotation of embedaddon/ntp/conf/malarky.conf, revision 1.1

1.1     ! misho       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/ntpd -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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>