Just upgraded to 10.2-RELEASE and it keeping me asking to merge files:
Maybe I'm too stupid. But when I delete the lines:
and
in VI with "dd" and going to save it with ":w" it doesn't save the new version.
Is there anybody who can explain me what I'm doing wrong?
Code:
<<<<<<< current version
# $FreeBSD: release/10.0.0/etc/group 256366 2013-10-12 06:08:18Z rpaulo $
=======
# $FreeBSD: releng/10.2/etc/group 256366 2013-10-12 06:08:18Z rpaulo $
>>>>>>> 10.2-RELEASE
Code:
<<<<<<< current version
# $FreeBSD: release/10.0.0/etc/group 256366 2013-10-12 06:08:18Z rpaulo $
=======
Code:
>>>>>>> 10.2-RELEASE
Is there anybody who can explain me what I'm doing wrong?
Last edited by a moderator: