wok annotate dropbear/stuff/dropbear-xauth.u @ 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
children
rev   line source
pascal@348 1 --- dropbear-0.50/options.h
pascal@348 2 +++ dropbear-0.50/options.h
pascal@348 3 @@ -199,3 +199,3 @@
pascal@348 4 #ifndef XAUTH_COMMAND
pascal@348 5 -#define XAUTH_COMMAND "/usr/X11R6/bin/xauth -q"
pascal@348 6 +#define XAUTH_COMMAND "/usr/bin/xauth -q"
pascal@348 7 #endif