commit:     1f071dfc89fc19f9e66d2e73c4f42f9e500e5d79
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  2 13:54:05 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> 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 <whissi <AT> 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
 

Reply via email to