diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-08-01 06:14:19 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-08-01 06:14:19 -0400 |
commit | ed2e276b3a140924997cd6f995f22566472d972e (patch) | |
tree | 4523fa08a8eebf41dd9fa5d76261ca93d0bf109d /options.h | |
parent | 12a020aa6201430a864aec74e0bac1ed44e807f0 (diff) |
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.
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -264,7 +264,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 |