On Fri, May 15, 2020 at 04:03:28PM +0200, Phil Sutter wrote: > No changes in patch 1, it is still the right fix for the problem and > restores original behaviour. > > Patch 2 changed according to feedback: > > - Elaborate on why there are duplicates in pf.os in the first place. > > - Ignore ENOENT when deleting. Since the code ignores EEXIST when > creating, reporting this was asymmetrical behaviour. > > - Fix for ugly error message when user didn't specify '-f' option. This looks good. Thanks for addressing my feedback.