diff options
Diffstat (limited to 'source/installer/dropbear/dropbear.xauth.patch')
-rw-r--r-- | source/installer/dropbear/dropbear.xauth.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/installer/dropbear/dropbear.xauth.patch b/source/installer/dropbear/dropbear.xauth.patch new file mode 100644 index 00000000..d01e15e0 --- /dev/null +++ b/source/installer/dropbear/dropbear.xauth.patch @@ -0,0 +1,11 @@ +--- options.h.old 2008-01-29 11:54:45.000000000 -0200 ++++ options.h 2008-01-29 11:54:52.000000000 -0200 +@@ -197,7 +197,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 "/usr/bin/xauth -q" + #endif + + /* if you want to enable running an sftp server (such as the one included with |