Freebsd-version problem

Kimmo Paasiala kpaasial at gmail.com
Wed Jul 1 18:17:50 UTC 2015


On Wed, Jul 1, 2015 at 8:55 PM, Marko Turk <markoml at markoturk.info> wrote:
> Hi,
>
> after today update to r284993, my /bin/freebsd-version is wrong. It
> contains both freebsd-version script and newvers.sh as if someone
> concatenated these two files into /bin/freebsd-version.
>
> Can anyone confirm or is it just me?
>
> BR,
> Marko


Looks like this commit broke it:

https://svnweb.freebsd.org/base?view=revision&sortby=rev&sortdir=down&revision=284957

I think the problem is that ${.ALLSRC} expands now to both
${.CURDIR}/freebsd-version.sh.in and ${NEWVERS} where ${NEWVERS} is
the newvers.sh from sys/conf/.

-Kimmo


More information about the freebsd-stable mailing list