Date: Wed, 5 Mar 2008 20:58:15 +0000 (UTC) From: Kris Kennaway <kris@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/usr.bin/ssh Makefile src/secure/usr.sbin/sshd Makefile Message-ID: <200803052058.m25KwFP6099381@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 2008-03-05 20:58:15 UTC FreeBSD src repository Modified files: secure/usr.bin/ssh Makefile secure/usr.sbin/sshd Makefile Log: For users of FreeBSD <= 6.2 we recommend during the x.org 7.x upgrade that they add X11BASE=${LOCALBASE} to /etc/make.conf since X11BASE was hard-wired to the now-wrong location in old releases. However, both X11BASE and LOCALBASE have moved out of scope of src/ into ports/ now, which causes problems for upgraded users who have old make.conf files still containing the above setting. X11BASE becomes null and we instruct ssh and sshd to look for xauth in /bin/xauth where it is unlikely to be found. Instead, provide a copy of the default LOCALBASE?=/usr/local setting here. We also have to deal with the case where the user only overrides LOCALBASE and doesn't set an explicit X11BASE (in ports it will be set implicitly but not here), which will also move the location of xauth. MFC after: 3 days Reported by: rwatson Revision Changes Path 1.36 +10 -1 src/secure/usr.bin/ssh/Makefile 1.51 +9 -0 src/secure/usr.sbin/sshd/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803052058.m25KwFP6099381>