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

# the NTP 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.
RDATE_OPTS="-u"

# How long to wait (in seconds) before giving up.
# Useful for when you boot and DNS/internet isn't
# really available but you have your net interface
# come up with say a static IP.
RDATE_TIMEOUT=10