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, 07 Aug 2019 15:46:19
Message-Id: 1565190224.91d64dbf8aa34a27653baebba77a10979a4a2f30.whissi@gentoo
1 commit: 91d64dbf8aa34a27653baebba77a10979a4a2f30
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 6 20:09:05 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 7 15:03:44 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=91d64dbf
7
8 initrd.scripts: wait_sshd(): Make use of good_msg_n()
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 febdadf..1d2fa20 100644
17 --- a/defaults/initrd.scripts
18 +++ b/defaults/initrd.scripts
19 @@ -2198,7 +2198,7 @@ wait_sshd() {
20 return
21 fi
22
23 - printf "%b" "${GOOD}>>${NORMAL}${BOLD} gk.sshd.wait set; Waiting ${GK_SSHD_WAIT} seconds for SSH connection ${NORMAL}..."
24 + good_msg_n "gk.sshd.wait set; Waiting ${GK_SSHD_WAIT} seconds for SSH connection ..."
25
26 local last_cmd="run last -W 2>/dev/null | head -n 3"
27 is_log_enabled && last_cmd="${last_cmd} | tee -a '${GK_INIT_LOG}'"