wok-6.x rev 7305
dropbear, openssh: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 17 17:35:10 2010 +0100 (2010-11-17) |
parents | d1de0ef9ae8b |
children | 2cb9d843b27b |
files | dropbear-pam/receipt dropbear/receipt openssh-pam/receipt openssh/receipt |
line diff
1.1 --- a/dropbear-pam/receipt Wed Nov 17 17:23:08 2010 +0100 1.2 +++ b/dropbear-pam/receipt Wed Nov 17 17:35:10 2010 +0100 1.3 @@ -68,7 +68,7 @@ 1.4 dropbearkey -y -f $1$dropbear | grep Fingerprint 1.5 done <<EOT 1.6 /etc/dropbear/dropbear_rsa_host_key /etc/ssh/ssh_host_rsa_key 1.7 -/etc/dropbear/dropbear_dsa_host_key /etc/ssh/ssh_host_dss_key 1.8 +/etc/dropbear/dropbear_dss_host_key /etc/ssh/ssh_host_dsa_key 1.9 EOT 1.10 echo -e "\nTo starts $SOURCE server you can run :\n" 1.11 echo "/etc/init.d/$SOURCE start"
2.1 --- a/dropbear/receipt Wed Nov 17 17:23:08 2010 +0100 2.2 +++ b/dropbear/receipt Wed Nov 17 17:35:10 2010 +0100 2.3 @@ -65,7 +65,7 @@ 2.4 dropbearkey -y -f $1$dropbear | grep Fingerprint 2.5 done <<EOT 2.6 /etc/dropbear/dropbear_rsa_host_key /etc/ssh/ssh_host_rsa_key 2.7 -/etc/dropbear/dropbear_dsa_host_key /etc/ssh/ssh_host_dss_key 2.8 +/etc/dropbear/dropbear_dss_host_key /etc/ssh/ssh_host_dsa_key 2.9 EOT 2.10 echo -e "\nTo starts $PACKAGE server you can run :\n" 2.11 echo "/etc/init.d/$PACKAGE start"
3.1 --- a/openssh-pam/receipt Wed Nov 17 17:23:08 2010 +0100 3.2 +++ b/openssh-pam/receipt Wed Nov 17 17:35:10 2010 +0100 3.3 @@ -46,6 +46,6 @@ 3.4 dropbearkey -y -f $1$dropbear | grep Fingerprint 3.5 done <<EOT 3.6 /etc/dropbear/dropbear_rsa_host_key /etc/ssh/ssh_host_rsa_key 3.7 -/etc/dropbear/dropbear_dsa_host_key /etc/ssh/ssh_host_dss_key 3.8 +/etc/dropbear/dropbear_dss_host_key /etc/ssh/ssh_host_dsa_key 3.9 EOT 3.10 }
4.1 --- a/openssh/receipt Wed Nov 17 17:23:08 2010 +0100 4.2 +++ b/openssh/receipt Wed Nov 17 17:35:10 2010 +0100 4.3 @@ -47,6 +47,6 @@ 4.4 dropbearkey -y -f $1$dropbear | grep Fingerprint 4.5 done <<EOT 4.6 /etc/dropbear/dropbear_rsa_host_key /etc/ssh/ssh_host_rsa_key 4.7 -/etc/dropbear/dropbear_dsa_host_key /etc/ssh/ssh_host_dss_key 4.8 +/etc/dropbear/dropbear_dss_host_key /etc/ssh/ssh_host_dsa_key 4.9 EOT 4.10 }