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 | 6a44014b268ce49b65b655d57df1cdb1067b3bd5 (patch) | |
tree | 9b4c1f41c2a9e4774cbc8de1590eb900148459ce /net-misc/ntp | |
parent | Version bumped. (diff) | |
download | historical-6a44014b268ce49b65b655d57df1cdb1067b3bd5.tar.gz historical-6a44014b268ce49b65b655d57df1cdb1067b3bd5.tar.bz2 historical-6a44014b268ce49b65b655d57df1cdb1067b3bd5.zip |
use -b while booting #69236
Diffstat (limited to 'net-misc/ntp')
-rw-r--r-- | net-misc/ntp/Manifest | 12 | ||||
-rw-r--r-- | net-misc/ntp/files/ntp-client.confd | 4 |
2 files changed, 3 insertions, 13 deletions
diff --git a/net-misc/ntp/Manifest b/net-misc/ntp/Manifest index f93f0b4701f8..bdf225248e93 100644 --- a/net-misc/ntp/Manifest +++ b/net-misc/ntp/Manifest @@ -1,6 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 c0721b3702a6cc481893add2d7b076a4 ChangeLog 6839 MD5 aa73d5edf312beeab44fa9d58a603ad4 metadata.xml 636 MD5 1a21a1a6d53937eec7e2a1417bb8ef72 ntp-4.1.2.ebuild 3167 @@ -10,7 +7,7 @@ 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 500b14873736bf0603c2d2f18a3c81d6 files/ntp-client.confd 1039 +MD5 4f4017fa574282838cfdd774216f7e73 files/ntp-client.confd 1042 MD5 2965cff99d89c28ae19c1a967f697777 files/ntp-client.rc 925 MD5 0dada7317e7863c0ceaf835b4f96df3e files/ntp.conf 1422 MD5 83dde3b948b28c278d496252494c935f files/ntpd.confd 393 @@ -22,10 +19,3 @@ MD5 83dee5f8ef2a863c2ba2bb91c432f732 files/ntpd.rc 862 MD5 8f2b873f4294daf289f6e8787fd30439 files/ntpd-4.1.2.confd 394 MD5 b8fc232f85be1313aee4c5a6f0048ca7 files/ntp-client-4.1.2.rc 840 MD5 5fc28af5c2a508eeb67a4d5d0ffab341 files/digest-ntp-4.2.0-r2 135 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBazi+HTu7gpaalycRAk7zAKChsb09ingd0KPd1dT6eQq74Y6PaQCffbkr -8cWPMJcbIf69cD0EXT5QGLQ= -=WDm4 ------END PGP SIGNATURE----- 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 |