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 31C64139086 for ; Sat, 7 Jan 2017 23:50:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65185E0C2A; Sat, 7 Jan 2017 23:50:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 40203E0C31 for ; Sat, 7 Jan 2017 23:50:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A3E95341265 for ; Sat, 7 Jan 2017 23:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 138BA24EC for ; Sat, 7 Jan 2017 23:50:32 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1483832552.5a20e6cb2d0fec5787ac38c23f688e429e833976.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/initrd.scripts X-VCS-Directories: defaults/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 5a20e6cb2d0fec5787ac38c23f688e429e833976 X-VCS-Branch: master Date: Sat, 7 Jan 2017 23:50:32 +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: c00df87e-20e9-4bdd-b42e-1b4325b7c55e X-Archives-Hash: 51d52004004c858c265da43b11f3e003 commit: 5a20e6cb2d0fec5787ac38c23f688e429e833976 Author: NP-Hardass gmail com> AuthorDate: Mon Aug 8 02:05:33 2016 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Jan 7 23:42:32 2017 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=5a20e6cb defaults/initrd.scripts: bug #590610, fix typo in sdelay Signed-off-by: Robin H. Johnson gentoo.org> defaults/initrd.scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index 31ebeec..1ee1699 100644 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -1345,7 +1345,7 @@ sdelay() { sleep ${SDELAY} elif [ "${CDROOT}" = '1' ] then - good_msg 'Hint: Use scandelay[=seconds] if your live medium is slowand boot fails' + good_msg 'Hint: Use scandelay[=seconds] if your live medium is slow and boot fails' fi }