]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MF stable/12 r352608
authorMichael Gmelin <grembo@FreeBSD.org>
Mon, 23 Sep 2019 15:58:54 +0000 (15:58 +0000)
committerMichael Gmelin <grembo@FreeBSD.org>
Mon, 23 Sep 2019 15:58:54 +0000 (15:58 +0000)
commit930406df185e96f51827aa60650231a6c6c674b7
tree5eb81d4d896141d8e06e66f11908e1b7d6e1142e
parent495a41578df7ad6c20753541aeef3423146bf0cc
MF stable/12 r352608

Approved by: re (gjb)

r352608:
freebsd-update: Fix src component detection

In case BASEDIR was set to a directory that differed from the default
filesystem root, freebsd-update wrongly checked for the existence
of /usr/src/COPYRIGHT to determine if the src component was
installed. Existing code to address this wasn't effective due to the
order in which configuration options were evaluated.

PR: 224048, 238558, 239997
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D21579
usr.sbin/freebsd-update/freebsd-update.sh