SOLUTION: Place the ident in double quotes
=====
When compiling a kernel under 12.0-RELEASE this ident is fine:
Under 12.1-RELEASE, this almost identical ident causes an error:
It appears to be thehyphen full stop that it dislikes.
Can't see anything in UPDATING or anyone else asking about this. Is this a bug or an intentional change?
=====
When compiling a kernel under 12.0-RELEASE this ident is fine:
Code:
ident DNS-12.0
Under 12.1-RELEASE, this almost identical ident causes an error:
Code:
ident DNS-12.1
Code:
/usr/src/sys/amd64/conf % config DNS-12.1
config: DNS-12.1:22: syntax error
It appears to be the
Can't see anything in UPDATING or anyone else asking about this. Is this a bug or an intentional change?
Last edited: