On Sun, Oct 29, 2023 at 09:47:30AM +0100, Stefan Hagen wrote: > I think you did everything right, but tested wrong. > > pkg_add will rightly complain about the conflict. I think you want to > test "pkg_add -u" here, which works and attempts to upgrade client/server > first.
Thanks, sthen told me the same. I thought 'pkg_add foo' with foo already installed would behave the same as 'pkg_add -u foo'; at least it seemed so before. Will commit this diff without the @conflict in -server as per sthen's feedback.