I have no clue what to do please help.. updating to 14.3 It put me in VI, what am I meant to change. ""the following file could not be merged automatically: /etc/group""
How do I fix this?
<<<<<<< current version <-- REMOVE
# $FreeBSD$ <-- REMOVE
# <-- REMOVE
wheel:*:0:root,user <-- KEEP!
======= <-- REMOVE
wheel:*:0:root <-- REMOVE
>>>>>>> 14.0-RELEASE <-- REMOVE
daemon:*:1:
kmem:*:2:
mailnull:*:26:
guest:*:31:
<<<<<<< current version <-- REMOVE
video:*:44:user,lightdm <-- KEEP!
======= <-- REMOVE
video:*:44: <--- REMOVE
realtime:*:47: <--- KEEP...
<<<<<<<< Name of one version here
The content of
the one version
========
The content of the
other version which
caused a conflict
>>>>>>>> Name of the other version
Your task (should you choose to accept it) is to remove the <<<, === and >>> markers, and select from the two versions of the content the one that is correct. If you fail and leave the <<<... markers, the resulting file will not work, as these lines are pretty much guaranteed to be in an invalid format.
In your particular case, it seems that someone (probably you) added the user "aaa" to the wheel group. I assume you want to keep that after the update too. It also seems that one version has a comment that says "FreeBSD"; you should figure out whether that comment is from the new version (which comes from the upgrade), in which case you should probably keep it in the resulting file. Why? Because then the next upgrade won't complain that the comment vanished again, and not include it in the merge.