On Nov 29, 2007 11:37 AM, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
On Nov 29, 2007 10:01 AM, Thomas Bächler <thomas@archlinux.org> wrote:
Aaron Griffin schrieb:
The following changes have been made: FS#8729, Fix bad 'xauth' path that snuck in during the core rebuild (Daniel, run 'which xauth' for me, please?)
Still broken in -5, would you please run 'which xauth' for me too?
AHA! (You didn't mention the architecture)
i686-machine$ strings $(which ssh) | grep xauth /usr/bin/xauth
x86_64-machine$ strings $(which ssh) | grep xauth 1713:/usr/X11R6/bin/xauth
Looks like that's a default path when X isn't installed, I assumed the default was /usr/bin/xauth
Has anyone grepped the core repo for anything dealing with X11R6? We should be able to kill that from everywhere, no? -Dan