cvs commit: src/secure/usr.bin/ssh Makefile src/secure/usr.sbin/sshd
 Makefile
    Kris Kennaway 
    kris at FreeBSD.org
       
    Wed Mar  5 20:58:15 UTC 2008
    
    
  
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
    
    
More information about the cvs-src
mailing list