wok rev 348

Dropbear: fix xauth path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 06 17:59:13 2008 +0000 (2008-03-06)
parents 071082ccd56c
children 2c25c7501948
files dropbear/receipt dropbear/stuff/dropbear-xauth.u
line diff
     1.1 --- a/dropbear/receipt	Thu Mar 06 11:46:05 2008 +0100
     1.2 +++ b/dropbear/receipt	Thu Mar 06 17:59:13 2008 +0000
     1.3 @@ -16,6 +16,7 @@
     1.4  	local DROPBEARS
     1.5  	DROPBEARS="dropbearkey dropbearconvert dbclient scp"
     1.6  	cd $src
     1.7 +	patch -p1 < ../stuff/dropbear-xauth.u
     1.8  	./configure --prefix=/usr $CONFIGURE_ARGS
     1.9  	make PROGRAMS="dropbear $DROPBEARS" MULTI=1
    1.10  	install -d -m 755 $PWD/_pkg/usr/sbin
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/dropbear/stuff/dropbear-xauth.u	Thu Mar 06 17:59:13 2008 +0000
     2.3 @@ -0,0 +1,7 @@
     2.4 +--- dropbear-0.50/options.h
     2.5 ++++ dropbear-0.50/options.h
     2.6 +@@ -199,3 +199,3 @@
     2.7 + #ifndef XAUTH_COMMAND
     2.8 +-#define XAUTH_COMMAND "/usr/X11R6/bin/xauth -q"
     2.9 ++#define XAUTH_COMMAND "/usr/bin/xauth -q"
    2.10 + #endif