summaryrefslogtreecommitdiff
blob: 0760ecb43ba8e011102050cadcc68ea6fe5dae33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

# the NTP or RFC868/time server to get the date from
RDATE_SERVER="pool.ntp.org"

# Options to pass to rdate
# "-s" is mandatory to set the system time, and 
# is passed regardless of this variable.
# "-n" says that we are using an NTP server instead of a RFC868/time server.
# "-c" is for leap seconds, which is needed on NTP servers.
OPENRDATE_OPTS="-n -c"