When upgrading to FreeBSD 8.0, I need to manually merge a file.
Can someone explain what this is supposed to mean? How do I know which is stuff to keep and which is old?
I know this is a silly question, but the angle-brackets do not make this obvious at all, and I think it deserves clarification.
Code:
[the beginning of my file]
<<<<<<< current version
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin
HOME=/var/log
=======
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
>>>>>>> 8.0-RELEASE
[the rest of my file]
Can someone explain what this is supposed to mean? How do I know which is stuff to keep and which is old?
I know this is a silly question, but the angle-brackets do not make this obvious at all, and I think it deserves clarification.