From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q8H4u-0001BR-OK for garchives@archives.gentoo.org; Fri, 08 Apr 2011 19:10:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DABC1C055; Fri, 8 Apr 2011 19:10:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 30BDE1C045 for ; Fri, 8 Apr 2011 19:10:37 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B9E81B4023 for ; Fri, 8 Apr 2011 19:10:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0A41F80065 for ; Fri, 8 Apr 2011 19:10:36 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/bootmisc.in X-VCS-Directories: init.d/ X-VCS-Committer: williamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: c7c278dfd4765e0ad7935a9bbd0a130a2c9f1320 Date: Fri, 8 Apr 2011 19:10:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 5c1115090f9165457d244af2222f5bb6 commit: c7c278dfd4765e0ad7935a9bbd0a130a2c9f1320 Author: William Hubbs gentoo org> AuthorDate: Fri Apr 8 19:01:13 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Apr 8 19:01:13 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3Dc7c278df do not timeout waiting for bootmisc to complete It is possible for bootmisc to take longer than 60 seconds to complete and services should not time out waiting for it. X-Gentoo-Bug: 360405 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=3D360405 --- init.d/bootmisc.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in index 37f187b..f9f020a 100644 --- a/init.d/bootmisc.in +++ b/init.d/bootmisc.in @@ -7,7 +7,7 @@ depend() need localmount before logger after clock sysctl - keyword -prefix + keyword -prefix -timeout } =20 dir_writeable()