OpenSSH: default XAUTH_PATH as a make.conf variable
authorJohn Marino <draco@marino.st>
Fri, 28 Nov 2014 00:42:23 +0000 (01:42 +0100)
committerJohn Marino <draco@marino.st>
Fri, 28 Nov 2014 00:46:27 +0000 (01:46 +0100)
commiteb12d1cc4f42160b37042798ebd538252d45641b
tree919310db260f844553f8672f97d5f41166377834
parentd37f73b6391aefe5c2d10f0664242f4ee7f1c7bd
OpenSSH: default XAUTH_PATH as a make.conf variable

In the vast majority of use cases, the path to the xauth program will be
/usr/local/bin/xauth, the standard location defined by dports.  However,
it should not be hardcoded becase this is not guaranteed.

This commit modifies OpenSSH makefiles to have an overrideable default
called XAUTH_PATH.  This new variable has been added to the make.conf.5
man page and to /etc/defaults/make.conf.
etc/defaults/make.conf
secure/usr.bin/ssh/Makefile
secure/usr.sbin/sshd/Makefile
share/man/man5/make.conf.5