freebsd-update errors

Can this be safely ignored?

Code:
# freebsd-update install
Installing updates...rmdir: ///usr/src/contrib/file/magic/Magdir/kerberos: Directory not empty
Errors of this type seem to be getting more frequent. Why is freebsd-update(8) attempting to make changes to /usr/src when I do not have source installed?
 
So is it best to just remove src from the Components directive like so?

Code:
# Components of the base system which should be kept updated.
#Components src world kernel
Components world kernel
 
Back
Top