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 25766138334 for ; Wed, 2 Oct 2019 22:45:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82EC0E0923; Wed, 2 Oct 2019 22:45:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E840E0923 for ; Wed, 2 Oct 2019 22:45:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97D6134B7D1 for ; Wed, 2 Oct 2019 22:45:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2730583E for ; Wed, 2 Oct 2019 22:45:28 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1570027385.1f071dfc89fc19f9e66d2e73c4f42f9e500e5d79.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 1f071dfc89fc19f9e66d2e73c4f42f9e500e5d79 X-VCS-Branch: master Date: Wed, 2 Oct 2019 22:45:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc32214d-1acb-4efa-a5da-866ecb89dc7c X-Archives-Hash: 263216448538d4bcafe2eb449ab551ba commit: 1f071dfc89fc19f9e66d2e73c4f42f9e500e5d79 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 2 13:54:05 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 2 14:43:05 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=1f071dfc initrd.scripts: start_sshd(): Tell user why gk.prompt.timeout value was changed Signed-off-by: Thomas Deutschmann gentoo.org> defaults/initrd.scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index 071ba32..7184cfd 100644 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -2208,7 +2208,7 @@ start_sshd() { if [ "${GK_PROMPT_TIMEOUT}" = '0' ] then - warn_msg "Changing gk.prompt.timeout=0 to 30 ..." + warn_msg "Changing gk.prompt.timeout=0 to 30 to allow remote user to answer prompts ..." GK_PROMPT_TIMEOUT=30 fi