comparison options.h @ 558:73de9177e7dd

Use /usr/bin/X11/xauth default path instead
author Matt Johnston <matt@ucc.asn.au>
date Tue, 28 Jul 2009 16:16:14 +0000
parents daf52f813328
children 541ebf5bf0f6
comparison
equal deleted inserted replaced
557:bcc5b69d15a6 558:73de9177e7dd
235 #endif 235 #endif
236 236
237 /* The command to invoke for xauth when using X11 forwarding. 237 /* The command to invoke for xauth when using X11 forwarding.
238 * "-q" for quiet */ 238 * "-q" for quiet */
239 #ifndef XAUTH_COMMAND 239 #ifndef XAUTH_COMMAND
240 #define XAUTH_COMMAND "/usr/X11R6/bin/xauth -q" 240 #define XAUTH_COMMAND "/usr/bin/X11/xauth -q"
241 #endif 241 #endif
242 242
243 /* if you want to enable running an sftp server (such as the one included with 243 /* if you want to enable running an sftp server (such as the one included with
244 * OpenSSH), set the path below. If the path isn't defined, sftp will not 244 * OpenSSH), set the path below. If the path isn't defined, sftp will not
245 * be enabled */ 245 * be enabled */