diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-25 14:31:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-25 14:31:10 +0000 |
commit | 586c84a2a6b9be781dc526d6aac67ceaa18f2eb8 (patch) | |
tree | 823c09abd524fd6597e2c495afd113c29ed8f04b /net-misc | |
parent | Version bumped. Closes #51333. (Manifest recommit) (diff) | |
download | gentoo-2-586c84a2a6b9be781dc526d6aac67ceaa18f2eb8.tar.gz gentoo-2-586c84a2a6b9be781dc526d6aac67ceaa18f2eb8.tar.bz2 gentoo-2-586c84a2a6b9be781dc526d6aac67ceaa18f2eb8.zip |
firewall friendly defaults
Diffstat (limited to 'net-misc')
-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 c4fd9362efcc..67aee5701aa4 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.7 2004/08/05 04:37:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntp-client.confd,v 1.8 2004/08/25 14:31:10 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 -b pool.ntp.org" +NTPCLIENT_OPTS="-Q -u pool.ntp.org" # How long to wait (in seconds) before giving up. # Useful for when you boot and DNS/internet isn't |