diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-02 01:44:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-02 01:44:14 +0000 |
commit | 8e3269264f4c498b05fe15cbd320848b02f7019c (patch) | |
tree | ab495ff4eae5531520f9aeb48bffb7f984c74d7c /net-misc/ntp | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-8e3269264f4c498b05fe15cbd320848b02f7019c.tar.gz gentoo-2-8e3269264f4c498b05fe15cbd320848b02f7019c.tar.bz2 gentoo-2-8e3269264f4c498b05fe15cbd320848b02f7019c.zip |
make sure the -Q is in the right place
Diffstat (limited to 'net-misc/ntp')
-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 6cd794c04347..c3c83b04ae8c 100644 --- a/net-misc/ntp/files/ntp-client.confd +++ b/net-misc/ntp/files/ntp-client.confd @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # 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.3 2004/05/24 18:44:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntp-client.confd,v 1.4 2004/06/02 01:44:14 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="-b someserver -Q" +#NTPCLIENT_OPTS="-Q -b someserver" ## # A list of available servers is available here: |