wok-next diff openssh-pam/receipt @ rev 7708

break build-dep loop: replace slitaz-dev-pkgs by equivalent without poppler to remove qt4 as a cook depend of qt4
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Dec 19 16:00:38 2010 +0100 (2010-12-19)
parents d2fa95a8cd5d
children 6fc060ce8c8c
line diff
     1.1 --- a/openssh-pam/receipt	Wed Nov 17 17:10:28 2010 +0100
     1.2 +++ b/openssh-pam/receipt	Sun Dec 19 16:00:38 2010 +0100
     1.3 @@ -46,6 +46,6 @@
     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  }