Version of kernel p3 or p5 ?

Why does the message appear when loading the kernel
Code:
Jan 20 19:29:09 celebris kernel: FreeBSD is a registered trademark of The FreeBSD Foundation.
Jan 20 19:29:09 celebris kernel: FreeBSD 13.1-RELEASE-p3 GENERIC amd64
But verion is
Code:
freebsd-version
13.1-RELEASE-p5
 
p4 and p5 didn't involve the kernel, so it wasn't updated and would still show p3.

Code:
dice@fbsd-test:~ % freebsd-version -urk
13.1-RELEASE-p3
13.1-RELEASE-p3
13.1-RELEASE-p5
This is perfectly fine and expected.
 
Back
Top