openrdate-confd 467 B

12345678910111213
  1. # Copyright 1999-2005 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # the NTP or RFC868/time server to get the date from
  4. RDATE_SERVER="pool.ntp.org"
  5. # Options to pass to rdate
  6. # "-s" is mandatory to set the system time, and
  7. # is passed regardless of this variable.
  8. # "-n" says that we are using an NTP server instead of a RFC868/time server.
  9. # "-c" is for leap seconds, which is needed on NTP servers.
  10. OPENRDATE_OPTS="-n -c"