On Wed, 27 Oct 2004, Matthew Dillon wrote:
:I just rebuilt to latest Dragonfly_Stable tag, and I got a funny uname
:output..
:
:[erik@dragon:~]$ uname -sr
:DragonFly 1.1-UNKNOWN
:
:Is it supposed to be like this?
:
:- Erik
Hmm. The CVSROOT/config file in the cvs repository (if you are
pulling down the repository) should have as the last line:
KeywordExpand=iDragonFly,Name
(verses just iDragonFly).
And the tag="\$Name: $" line in /usr/src/sys/conf/newvers.sh should
be expanded out with the tag name, empty if HEAD. If the tag field
is "\$Name$" then it hasn't been expanded at all and there is a
problem.
I have the same problem and my newvers.sh has the line
tag="\$Name$"
I use cvsup to get the checked out sources, not the repository. I tried
deleting and refetching newvers.sh and still got the same.