# HG changeset patch # User Pascal Bellard # Date 1402908239 -7200 # Node ID 2790c18fd1f8b5914cc789d517b408cb2f64ad42 # Parent 8262bf9a30721e63b894e86489fe9897eb892caf openssh: fix xauth path diff -r 8262bf9a3072 -r 2790c18fd1f8 openssh/receipt --- a/openssh/receipt Thu Apr 03 07:14:21 2014 +0000 +++ b/openssh/receipt Mon Jun 16 10:43:59 2014 +0200 @@ -19,7 +19,7 @@ cd $src ./configure --prefix=/usr --sysconfdir=/etc/ssh --without-pam \ --with-privsep-user=nobody --with-privsep-path=/var/run/sshd \ - --libexecdir=/usr/sbin \ + --with-xauth=/usr/bin/xauth --libexecdir=/usr/sbin \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install @@ -41,7 +41,7 @@ post_install() { while read dropbear openssh ; do - [ -s $dropbear ] || continue + [ -s $1$dropbear ] || continue dropbearconvert dropbear openssh $1$dropbear $1$openssh dropbearkey -y -f $1$dropbear | grep ssh > $1$openssh.pub dropbearkey -y -f $1$dropbear | grep Fingerprint