summaryrefslogtreecommitdiff
path: root/package/dropbear/patches/patch-options_h
blob: 0a7dd432b875196b25a14513bf0ff2716514a05f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- dropbear-2012.55.orig/options.h	2012-02-23 14:47:06.000000000 +0100
+++ dropbear-2012.55/options.h	2012-06-02 20:53:47.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 */
@@ -243,7 +243,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