"freebsd-update fetch" says files have been modified locally

When I run freebsd-update fetch, it says I have modified some files locally:
Code:
The following files are affected by updates. No changes have
been downloaded, however, because the files have been modified
locally:
/etc/defaults/rc.conf
/var/db/mergemaster.mtree

I don't remember modifying these - in fact it sounds pretty daft to modify /etc/defaults/rc.conf - but maybe it could have happened as part of the process when I built a previous version from source code or something?

Anyway, my question is: Where can I get the original, untouched versions of these files?
 
Anyway, my question is: Where can I get the original, untouched versions of these files?

Don't know if it can help but try with this one: /var/db/etcupdate/current/etc/defaults/rc.conf
See how it differs from yours with a diff command:
Code:
$ diff /etc/rc.conf /var/db/etcupdate/current/etc/defaults/rc.conf

Sorry I can't help you with /var/db/mergemaster.mtree.
 
Back
Top