| 123456789101112131415161718192021 | $Id: update-patches 24 2008-08-31 14:56:13Z wbx $--- dropbear-0.53.1.orig/options.h	2011-03-02 14:23:36.000000000 +0100+++ dropbear-0.53.1/options.h	2011-08-02 20:03:13.000000000 +0200@@ -144,7 +144,7 @@ much traffic. */ #endif  /* Whether to do reverse DNS lookups. */-#define DO_HOST_LOOKUP+/* #define DO_HOST_LOOKUP */  /* Whether to print the message of the day (MOTD). This doesn't add much code  * size */@@ -236,7 +236,7 @@ much traffic. */ /* The command to invoke for xauth when using X11 forwarding.  * "-q" for quiet */ #ifndef XAUTH_COMMAND-#define XAUTH_COMMAND "/usr/bin/X11/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
 |