diff options
Diffstat (limited to 'dropbear/dropbear-0.43+0.44test4/xauth-path.patch')
-rw-r--r-- | dropbear/dropbear-0.43+0.44test4/xauth-path.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dropbear/dropbear-0.43+0.44test4/xauth-path.patch b/dropbear/dropbear-0.43+0.44test4/xauth-path.patch index e69de29bb2..4a820f5654 100644 --- a/dropbear/dropbear-0.43+0.44test4/xauth-path.patch +++ b/dropbear/dropbear-0.43+0.44test4/xauth-path.patch @@ -0,0 +1,11 @@ +--- dropbear-0.44test4/options.h.orig 2004-10-01 23:53:33.000000000 +0200 ++++ dropbear-0.44test4/options.h 2004-10-01 23:53:59.000000000 +0200 +@@ -161,7 +161,7 @@ + /* The command to invoke for xauth when using X11 forwarding. + * "-q" for quiet */ + #ifndef XAUTH_COMMAND +-#define XAUTH_COMMAND "/usr/X11R6/bin/xauth -q" ++#define XAUTH_COMMAND "xauth -q" + #endif + + /* if you want to enable running an sftp server (such as the one included with |