Mercurial > dropbear
comparison options.h @ 963:dccaecc68c77
use xauth in /usr/bin
Since the x.org rework, X has been installed into standard paths and not
its own random prefixes. I think it's time we update the default paths
accordingly.
author | Mike Frysinger <vapier@gentoo.org> |
---|---|
date | Fri, 01 Aug 2014 06:14:19 -0400 |
parents | a0819ecfee0b |
children | 6c0fb5428aaa |
comparison
equal
deleted
inserted
replaced
962:db9fa5971d24 | 963:dccaecc68c77 |
---|---|
262 #endif | 262 #endif |
263 | 263 |
264 /* The command to invoke for xauth when using X11 forwarding. | 264 /* The command to invoke for xauth when using X11 forwarding. |
265 * "-q" for quiet */ | 265 * "-q" for quiet */ |
266 #ifndef XAUTH_COMMAND | 266 #ifndef XAUTH_COMMAND |
267 #define XAUTH_COMMAND "/usr/bin/X11/xauth -q" | 267 #define XAUTH_COMMAND "/usr/bin/xauth -q" |
268 #endif | 268 #endif |
269 | 269 |
270 /* if you want to enable running an sftp server (such as the one included with | 270 /* if you want to enable running an sftp server (such as the one included with |
271 * OpenSSH), set the path below. If the path isn't defined, sftp will not | 271 * OpenSSH), set the path below. If the path isn't defined, sftp will not |
272 * be enabled */ | 272 * be enabled */ |