From 6d24a0120e77048d5e317dee202bfe02b569cbfd Mon Sep 17 00:00:00 2001 From: delphij Date: Mon, 7 Oct 2013 21:39:42 +0000 Subject: Reduce priority of host key exists message in sshd startup script to info. Approved by: re (gjb) --- etc/rc.d/sshd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.d') diff --git a/etc/rc.d/sshd b/etc/rc.d/sshd index 0167789..5ad1b10 100755 --- a/etc/rc.d/sshd +++ b/etc/rc.d/sshd @@ -53,7 +53,7 @@ sshd_keygen_alg() fi if [ -f "${keyfile}" ] ; then - echo "$ALG host key exists." + info "$ALG host key exists." else echo "Generating $ALG host key." /usr/bin/ssh-keygen -q -t $alg -f "$keyfile" -N "" -- cgit v1.1