After I run
For some of them, it's obvious that it's a service I need to restart (like sshd(8)). But for others, it's not.
What if there is a vulnerable process of csh(1) running?
How about libraries. How do I know which programs use that library so that I can restart them to use the updated one?
Am I supposed to do a reboot?
freebsd-update fetch
I get a long list of files (example) that will get updated with a freebsd-update install
.For some of them, it's obvious that it's a service I need to restart (like sshd(8)). But for others, it's not.
What if there is a vulnerable process of csh(1) running?
How about libraries. How do I know which programs use that library so that I can restart them to use the updated one?
Am I supposed to do a reboot?