ShibbolethSP2InstallDebianLenny: ntpdate

File ntpdate, 0.5 kB (added by l.suhrbier, 2 years ago)

/etc/default/ntpdate

Line 
1# The settings in this file are used by the program ntpdate-debian, but not
2# by the upstream program ntpdate.
3
4# Set to "yes" to take the server list from /etc/ntp.conf, from package ntp,
5# so you only have to keep it in one place.
6NTPDATE_USE_NTP_CONF=no
7
8# List of NTP servers to use  (Separate multiple servers with spaces.)
9# Not used if NTPDATE_USE_NTP_CONF is yes.
10NTPSERVERS="0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org"
11
12# Additional options to pass to ntpdate
13NTPOPTIONS=""