From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C2AA1395E2 for ; Thu, 10 Nov 2016 16:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CCACE08C6; Thu, 10 Nov 2016 16:39:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30514E08C6 for ; Thu, 10 Nov 2016 16:39:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B9663411FB for ; Thu, 10 Nov 2016 16:39:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF24B24A2 for ; Thu, 10 Nov 2016 16:39:52 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1478795969.c292c648516682bc3456c66f6e6dbb9ff4ba52c5.williamh@gentoo> Subject: [gentoo-commits] proj/udev-gentoo-scripts:master commit in: init.d/ X-VCS-Repository: proj/udev-gentoo-scripts X-VCS-Files: init.d/udev-settle X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: c292c648516682bc3456c66f6e6dbb9ff4ba52c5 X-VCS-Branch: master Date: Thu, 10 Nov 2016 16:39:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7fc93ec7-f7bd-4e82-8b1e-fa7677f2e0c1 X-Archives-Hash: 5dda25118330e262bf9021ff7447f906 commit: c292c648516682bc3456c66f6e6dbb9ff4ba52c5 Author: William Hubbs gmail com> AuthorDate: Thu Nov 10 16:39:29 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Nov 10 16:39:29 2016 +0000 URL: https://gitweb.gentoo.org/proj/udev-gentoo-scripts.git/commit/?id=c292c648 init.d/udev-settle: typo fix init.d/udev-settle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/udev-settle b/init.d/udev-settle index 1a73105..c495769 100644 --- a/init.d/udev-settle +++ b/init.d/udev-settle @@ -14,6 +14,6 @@ start() { ebegin "Waiting for uevents to be processed" udevadm settle \ - ${udev_settle_timeout:+--timeout}=$udev_settle_timeout + ${udev_settle_timeout:+--timeout=}$udev_settle_timeout eend $? }