Re: svn commit: r343152 - head/usr.sbin/freebsd-update

2019-01-18 Thread Rodney W. Grimes
> 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

Re: svn commit: r343152 - head/usr.sbin/freebsd-update

2019-01-18 Thread Ed Maste
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

Re: svn commit: r343152 - head/usr.sbin/freebsd-update

2019-01-18 Thread Rodney W. Grimes
> 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

svn commit: r343152 - head/usr.sbin/freebsd-update

2019-01-18 Thread Ed Maste
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: