I just finished upgrading one of my servers from 10.0-RELEASE to 10.1-RELEASE using
I started over again
My question is about the binary packages, do I need to reinstall these too? If yes, what would be the appropriate command?
freebsd-update -r 10.1 upgrade. Everything went smooth, except when merging the settings, vi(1) was entered, and since I never got used to using vi (and I never will), I needed to hard-reset the server, I got no idea how to leave vi otherwise. My fault, on this server I forgot to change in .cshrc:
Code:
...
setenv EDITOR nano
...
I started over again
freebsd-update -r 10.1 upgrade, and upgrading finished without any problems now. In the moment, a few number of ports are in the course of rebuilding as suggested by the Handbook.My question is about the binary packages, do I need to reinstall these too? If yes, what would be the appropriate command?