wok diff openssh-pam/receipt @ rev 16817

Add appdata-tools
author Yuri Pourre <yuripourre@gmail.com>
date Thu Jul 10 23:19:29 2014 -0300 (2014-07-10)
parents 620808340f7a
children 95ae6a87842c
line diff
     1.1 --- a/openssh-pam/receipt	Thu Jun 05 12:21:15 2014 +0200
     1.2 +++ b/openssh-pam/receipt	Thu Jul 10 23:19:29 2014 -0300
     1.3 @@ -22,6 +22,7 @@
     1.4  	cd $src
     1.5  	./configure --prefix=/usr --sysconfdir=/etc/ssh --with-pam \
     1.6  		--with-privsep-user=nobody --with-privsep-path=/var/run/sshd \
     1.7 +		--with-xauth=/usr/bin/xauth \
     1.8  		--libexecdir=/usr/sbin \
     1.9  		$CONFIGURE_ARGS &&
    1.10  	make &&
    1.11 @@ -41,12 +42,12 @@
    1.12  
    1.13  post_install()
    1.14  {
    1.15 -       [ "$1" ] || while read dropbear openssh ; do
    1.16 -		[ -s $dropbear ] || continue
    1.17 +	while read dropbear openssh ; do
    1.18 +		[ -s $1$dropbear ] || continue
    1.19  		dropbearconvert dropbear openssh $1$dropbear $1$openssh
    1.20  		dropbearkey -y -f $1$dropbear | grep ssh > $1$openssh.pub
    1.21  		dropbearkey -y -f $1$dropbear | grep Fingerprint
    1.22 -       done <<EOT
    1.23 +	done <<EOT
    1.24  /etc/dropbear/dropbear_rsa_host_key	/etc/ssh/ssh_host_rsa_key
    1.25  /etc/dropbear/dropbear_dss_host_key	/etc/ssh/ssh_host_dsa_key
    1.26  EOT