So I'm very new to the FreeBSD way of things and I'm kind of confused about some things.
First, the naming conventions kind of confuse me and I'm not sure which ones are updated more often and what the difference is between them.
Second, how do I upgrade to different versions? I've seen explanations in a couple different places that say to do:
but once I did that, I didn't know how to check if the upgrade actually happened. (
Lastly, how do I go about making sure it is patched with software and security updates? I've used freebsd-update but I read that it's meant only for -RELEASE.
Thanks all
First, the naming conventions kind of confuse me and I'm not sure which ones are updated more often and what the difference is between them.
Second, how do I upgrade to different versions? I've seen explanations in a couple different places that say to do:
Code:
svn checkout svn://svn.freebsd.org/base/stable/9 /usr/src
cd /usr/src
make buildworld
make kernel
make installworld
mergemaster -Ui
reboot
cd /usr/src
make check-old
uname -r
still showed "-RELEASE")Lastly, how do I go about making sure it is patched with software and security updates? I've used freebsd-update but I read that it's meant only for -RELEASE.
Thanks all
