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 ""
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to