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 | a942dfc3772a3af99ec4eb461a8551ecb2023fb8 (patch) | |
tree | dca410c993d11ef64997f9b4e9dff8ff1cf5a4f4 /net-misc | |
parent | arm KEYWORDS (diff) | |
download | historical-a942dfc3772a3af99ec4eb461a8551ecb2023fb8.tar.gz historical-a942dfc3772a3af99ec4eb461a8551ecb2023fb8.tar.bz2 historical-a942dfc3772a3af99ec4eb461a8551ecb2023fb8.zip |
make sure the -Q is in the right place
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ntp/Manifest | 20 | ||||
-rw-r--r-- | net-misc/ntp/files/ntp-client.confd | 4 |
2 files changed, 17 insertions, 7 deletions
diff --git a/net-misc/ntp/Manifest b/net-misc/ntp/Manifest index e4f0b9aba823..f943b59c7b9c 100644 --- a/net-misc/ntp/Manifest +++ b/net-misc/ntp/Manifest @@ -1,9 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 e0ae5f689fbd409af5dbe213e7add9f2 ChangeLog 6667 +MD5 aa73d5edf312beeab44fa9d58a603ad4 metadata.xml 636 +MD5 cebf087569e05dbcd6e0b054ef1ecbfb ntp-4.1.2.ebuild 3189 +MD5 01b2c875ad1a8eae23b1ad59dbf7590c ntp-4.2.0-r2.ebuild 3627 MD5 047fe77e01bc9335b07bcc5d963d8683 files/4.1.2-droproot.patch 12672 MD5 4e13c1a5fa0fa54e3b65ec311dd7270a files/broadcastclient.patch 451 MD5 af48491e8d6820a3d8eba16a771e5c26 files/digest-ntp-4.1.2 129 MD5 dded11ceec4b8f2c1b140341a357f507 files/linux-config-phone.patch 747 MD5 e82bbe682098cf66f513ca2d11e4bc36 files/ntp-4.1.1b-syscall-libc.patch 522 -MD5 db0dd9e5605800913b22727ab317cd1e files/ntp-client.confd 944 +MD5 b30c7e995903d32f6274b806ea0fe2df files/ntp-client.confd 944 MD5 ee09a0a20bc194d27661ccc101651b1d files/ntp-client.rc 841 MD5 f36db28cddb29f82e7ef8b9aca2fd150 files/ntp.conf 1551 MD5 6461ac11fbbea301c38d4dcf7b4d5979 files/ntpd.confd 400 @@ -15,7 +22,10 @@ MD5 89ae6e60929e73db3a14bc90e87b8ad3 files/ntpd.rc 808 MD5 2637ffad7ddb03b1d0da4a4fa0729b52 files/ntpd-4.1.2.confd 401 MD5 bd0986fe3cdb7fcec6553ba8c6e4c8d1 files/ntp-client-4.1.2.rc 847 MD5 ed4bd2ca8fb07ecb5c5e73d26fd0df0a files/digest-ntp-4.2.0-r2 62 -MD5 e0ae5f689fbd409af5dbe213e7add9f2 ChangeLog 6667 -MD5 aa73d5edf312beeab44fa9d58a603ad4 metadata.xml 636 -MD5 cebf087569e05dbcd6e0b054ef1ecbfb ntp-4.1.2.ebuild 3189 -MD5 01b2c875ad1a8eae23b1ad59dbf7590c ntp-4.2.0-r2.ebuild 3627 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.8 (GNU/Linux) + +iD8DBQFAvTD9HTu7gpaalycRAmtdAJ9vCFwh2vPmGAhvx6xf0oZmJxIybQCfV0zL +7MEbnMu1SEq2NYe0KXsCN18= +=d6bn +-----END PGP SIGNATURE----- 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: |