From: <abe...@us...> - 2017-03-30 00:15:20
|
Revision: 8247 http://sourceforge.net/p/astlinux/code/8247 Author: abelbeck Date: 2017-03-30 00:15:17 +0000 (Thu, 30 Mar 2017) Log Message: ----------- openssh, tweak sshd init.d log text Modified Paths: -------------- branches/1.0/package/openssh/sshd.init Modified: branches/1.0/package/openssh/sshd.init =================================================================== --- branches/1.0/package/openssh/sshd.init 2017-03-29 22:29:07 UTC (rev 8246) +++ branches/1.0/package/openssh/sshd.init 2017-03-30 00:15:17 UTC (rev 8247) @@ -71,7 +71,7 @@ cp -a /stat/etc/ssh/* /tmp/etc/ssh/ else if upgrade_moduli /tmp/etc/ssh/moduli /stat/etc/ssh/moduli; then - echo "Upgrading ssh DH primes in /etc/ssh/moduli" + echo "Upgrading ssh DH groups in /etc/ssh/moduli" cp -p /stat/etc/ssh/moduli /tmp/etc/ssh/moduli fi fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |