git: OpenSSH: default XAUTH_PATH as a make.conf variable

John Marino marino at crater.dragonflybsd.org
Thu Nov 27 16:47:03 PST 2014


commit eb12d1cc4f42160b37042798ebd538252d45641b
Author: John Marino <draco at marino.st>
Date:   Fri Nov 28 01:42:23 2014 +0100

    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.

Summary of changes:
 etc/defaults/make.conf        | 4 ++++
 secure/usr.bin/ssh/Makefile   | 3 ++-
 secure/usr.sbin/sshd/Makefile | 3 ++-
 share/man/man5/make.conf.5    | 5 ++++-
 4 files changed, 12 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/eb12d1cc4f42160b37042798ebd538252d45641b


-- 
DragonFly BSD source repository


More information about the Commits mailing list