Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/
Date: Wed, 02 Oct 2019 22:45:37
Message-Id: 1570027385.1f071dfc89fc19f9e66d2e73c4f42f9e500e5d79.whissi@gentoo
1 commit: 1f071dfc89fc19f9e66d2e73c4f42f9e500e5d79
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 2 13:54:05 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 2 14:43:05 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=1f071dfc
7
8 initrd.scripts: start_sshd(): Tell user why gk.prompt.timeout value was changed
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 defaults/initrd.scripts | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts
16 index 071ba32..7184cfd 100644
17 --- a/defaults/initrd.scripts
18 +++ b/defaults/initrd.scripts
19 @@ -2208,7 +2208,7 @@ start_sshd() {
20
21 if [ "${GK_PROMPT_TIMEOUT}" = '0' ]
22 then
23 - warn_msg "Changing gk.prompt.timeout=0 to 30 ..."
24 + warn_msg "Changing gk.prompt.timeout=0 to 30 to allow remote user to answer prompts ..."
25 GK_PROMPT_TIMEOUT=30
26 fi