Hi, I am quite fresh FreeBSD user, trying to get to know its ways.
I know, that it is probably an issue of me not knowing git enough, or having any serious experience with it. But I will really appreciate help with following merge conflict during my attempt to upgrade from 13.2 to 14.0.
I've started with:
And it all went ok, but after executing the following:
I have encountered this merge conflict, and a request to resolve it manually:
Can anyone give me some instructions, or advice what I am supposed to do to to make this right?
I know, that it is probably an issue of me not knowing git enough, or having any serious experience with it. But I will really appreciate help with following merge conflict during my attempt to upgrade from 13.2 to 14.0.
I've started with:
freebsd-update fetch install
And it all went ok, but after executing the following:
freebsd-update -r 14.0-RELEASE upgrade
I have encountered this merge conflict, and a request to resolve it manually:
Code:
<<<<<<< current version
# $FreeBSD$
#
wheel:*:0:root,szelmi
=======
wheel:*:0:root
>>>>>>> 14.0-RELEASE
daemon:*:1:
kmem:*:2:
sys:*:3:
tty:*:4:
operator:*:5:root
mail:*:6:
bin:*:7:
news:*:8:
man:*:9:
games:*:13:
ftp:*:14:
staff:*:20:
sshd:*:22:
smmsp:*:25:
mailnull:*:26:
guest:*:31:
video:*:44:
realtime:*:47:
idletime:*:48:
bind:*:53:
unbound:*:59:
proxy:*:62:
authpf:*:63:
_pflogd:*:64:
_dhcp:*:65:
uucp:*:66:
dialer:*:68:
network:*:69:
audit:*:77:
www:*:80:
u2f:*:116:
ntpd:*:123:
_ypldap:*:160:
hast:*:845:
tests:*:977:
nogroup:*:65533:
nobody:*:65534:
szelmi:*:1001:
messagebus:*:556:
polkitd:*:565:
avahi:*:558:
cups:*:193:
colord:*:970:
cyrus:*:60:
pulse:*:563:
pulse-access:*:564:
pulse-rt:*:557:
slurm:*:468:
syncthing:*:983:
Can anyone give me some instructions, or advice what I am supposed to do to to make this right?