> On Fri, 18 Jan 2019 at 12:51, Rodney W. Grimes
> wrote:
> >
> > Since your in here fixing... there is a false positive on the
> > detection of what is installed when we zero the size of a set,
> > ie, now that doc.txz is a 0 size set it always thinks you have
> > doc installed due to rounding er
On Fri, 18 Jan 2019 at 12:51, Rodney W. Grimes
wrote:
>
> Since your in here fixing... there is a false positive on the
> detection of what is installed when we zero the size of a set,
> ie, now that doc.txz is a 0 size set it always thinks you have
> doc installed due to rounding errors in the ca
> Author: emaste
> Date: Fri Jan 18 17:41:45 2019
> New Revision: 343152
> URL: https://svnweb.freebsd.org/changeset/base/343152
>
> Log:
> freebsd-update: Use BASEDIR when checking for src component
>
> src could potentially be installed under the based dir
> and not under the root or vi
Author: emaste
Date: Fri Jan 18 17:41:45 2019
New Revision: 343152
URL: https://svnweb.freebsd.org/changeset/base/343152
Log:
freebsd-update: Use BASEDIR when checking for src component
src could potentially be installed under the based dir
and not under the root or vice versa.
PR: