From owner-freebsd-pkg@freebsd.org Thu Feb 18 20:27:08 2021 Return-Path: Delivered-To: freebsd-pkg@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CA28354D0B1 for ; Thu, 18 Feb 2021 20:27:08 +0000 (UTC) (envelope-from gerrit.kuehn@aei.mpg.de) Received: from mailgate2.uni-hannover.de (mailgate2.uni-hannover.de [130.75.2.114]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhR8D4kJtz3hr6 for ; Thu, 18 Feb 2021 20:27:07 +0000 (UTC) (envelope-from gerrit.kuehn@aei.mpg.de) Received: from intranet.aei.uni-hannover.de (ahin1.aei.uni-hannover.de [130.75.117.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailgate2.uni-hannover.de (Postfix) with ESMTPS id B329B1C35; Thu, 18 Feb 2021 21:27:06 +0100 (CET) Received: from comet2.terra.ger ([130.75.117.49]) by intranet.aei.uni-hannover.de (IBM Domino Release 9.0.1FP8) with ESMTP id 2021021821270576-89413 ; Thu, 18 Feb 2021 21:27:05 +0100 Date: Thu, 18 Feb 2021 21:27:03 +0100 From: Gerrit Kuehn To: Emmanuel Vadot Cc: freebsd-pkg@freebsd.org Subject: Re: config file installation/removal Message-ID: <20210218212703.2bf387ce@comet2.terra.ger> In-Reply-To: <20210218211237.46038abad4d40693c21d15d5@bidouilliste.com> References: <20210216122238.4057cde9@comet2.terra.ger> <20210218195136.6d3b6117@comet2.terra.ger> <20210218193417.lupbnayir4ji5nk3@aniel.nours.eu> <20210218204429.7c5c7646@comet2.terra.ger> <20210218211237.46038abad4d40693c21d15d5@bidouilliste.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; amd64-portbld-freebsd12.1) MIME-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on intranet/aei-hannover(Release 9.0.1FP8|February 23, 2017) at 18/02/2021 21:27:05, Serialize by Router on intranet/aei-hannover(Release 9.0.1FP8|February 23, 2017) at 18/02/2021 21:27:06, Serialize complete at 18/02/2021 21:27:06 X-TNEFEvaluated: 1 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.102.4 at mailgate2 X-Virus-Status: Clean X-Rspamd-Queue-Id: 4DhR8D4kJtz3hr6 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 20:27:08 -0000 On Thu, 18 Feb 2021 21:12:37 +0100 Emmanuel Vadot wrote: > Do you have any modification to your system ? None that I know of apart from the fact that I have a symbolic link for etc: --- root@crest:~ # ll /usr/local/etc lrwxr-xr-x 1 root wheel 10 Feb 18 20:27 /usr/local/etc@ -> /etc/local --- As I said before, replacing the link with the real directory fixes the issue for me. I see the same issue on all updated system that have a symbolic link in the path (be it for /usr/local/etc or just for /usr/local). cu Gerrit