commit 9f03d6d6ac4696a22802224185e04f04bfac4576 Author: Tilman Sauerbeck <tilman@crux.nu> Date: Tue Feb 20 20:21:58 2007 +0100 openssh: fixed bug #158 diff --git a/openssh/Pkgfile b/openssh/Pkgfile index 0a775ca..fe412cf 100644 --- a/openssh/Pkgfile +++ b/openssh/Pkgfile @@ -5,7 +5,7 @@ name=openssh version=4.5p1 -release=1 +release=2 source=(ftp://openbsd.informatik.uni-erlangen.de/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz sshd) build() { @@ -18,7 +18,8 @@ build() { --with-tcp-wrappers \ --with-md5-passwords \ --with-privsep-user=nobody \ - --with-privsep-path=/var/empty + --with-privsep-path=/var/empty \ + --with-xauth=/usr/bin/xauth make make DESTDIR=$PKG install install -D -m 755 ../sshd $PKG/etc/rc.d/sshd