Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2013 21:39:42 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r256126 - head/etc/rc.d
Message-ID:  <201310072139.r97Ldggr078543@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Mon Oct  7 21:39:42 2013
New Revision: 256126
URL: http://svnweb.freebsd.org/changeset/base/256126

Log:
  Reduce priority of host key exists message in sshd startup
  script to info.
  
  Approved by:	re (gjb)

Modified:
  head/etc/rc.d/sshd

Modified: head/etc/rc.d/sshd
==============================================================================
--- head/etc/rc.d/sshd	Mon Oct  7 20:48:24 2013	(r256125)
+++ head/etc/rc.d/sshd	Mon Oct  7 21:39:42 2013	(r256126)
@@ -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 ""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310072139.r97Ldggr078543>