diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-28 12:25:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-28 12:25:34 +0000 |
commit | 4144a26d1d75290b29f32c4d632902bf7d045487 (patch) | |
tree | 12943d50e31d164fe7accf6c87fae45e708676dd /net-misc/ntp/files | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-4144a26d1d75290b29f32c4d632902bf7d045487.tar.gz gentoo-2-4144a26d1d75290b29f32c4d632902bf7d045487.tar.bz2 gentoo-2-4144a26d1d75290b29f32c4d632902bf7d045487.zip |
use -b while booting #69236
Diffstat (limited to 'net-misc/ntp/files')
-rw-r--r-- | net-misc/ntp/files/ntp-client.confd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ntp/files/ntp-client.confd b/net-misc/ntp/files/ntp-client.confd index 67aee5701aa4..1ed61483d53c 100644 --- a/net-misc/ntp/files/ntp-client.confd +++ b/net-misc/ntp/files/ntp-client.confd @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntp-client.confd,v 1.8 2004/08/25 14:31:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntp-client.confd,v 1.9 2004/10/28 12:25:34 vapier Exp $ # Command to run to set the clock initially # Most people should just leave this line alone ... @@ -12,7 +12,7 @@ NTPCLIENT_CMD="ntpdate" # Most people should just uncomment this variable and # change 'someserver' to a valid hostname which you # can aquire from the URL's below -NTPCLIENT_OPTS="-Q -u pool.ntp.org" +NTPCLIENT_OPTS="-Q -b -u pool.ntp.org" # How long to wait (in seconds) before giving up. # Useful for when you boot and DNS/internet isn't |