Hello.
I installed new system and have:
After I run
But - if I looking into source I see:
Also, if run
So, what patch version I have really on this system? p3 or p7? Or maybe I don't quite understand the difference in BRANCH stroke?
Thanks.
I installed new system and have:
# uname -v
Code:
FreeBSD 9.0-RELEASE
After I run
freebsd-install fetch/update
- I have: # uname -v
Code:
FreeBSD 9.0-RELEASE-p3
But - if I looking into source I see:
# grep -A 2 'TYPE="' /usr/src/sys/conf/newvers.sh
Code:
TYPE="FreeBSD"
REVISION="9.0"
BRANCH="RELEASE-p7"
Also, if run
freebsd-update fetch
again - I also see:
Code:
No updates needed to update system to 9.0-RELEASE-p7.
So, what patch version I have really on this system? p3 or p7? Or maybe I don't quite understand the difference in BRANCH stroke?
Thanks.