From owner-freebsd-pkg@freebsd.org Thu Feb 18 20:12:47 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 4DCB754CE04 for ; Thu, 18 Feb 2021 20:12:47 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhQqf70h4z3RC9; Thu, 18 Feb 2021 20:12:46 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1613679158; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YbRF1FcKYTPC9BSN9eGQvhXtMSu5Y6K0gwiO+tss2bk=; b=CPkZ7GDkKHZLi/eToPIQJKeX8RDFCWlQBgstfCNA6hGuZuJapkvSpywk5oajTvf9IcN03K H8GOJBZshcv1VYLs4LiISR1zHYfVq+w7/17KcMVlyLYPPHWMnnrTs5X9avVp+n8zbPc0cM tK+5DX0/0xNnUrrxm/zXNnmgA8IfXF0= Received: from amy (lfbn-idf2-1-644-4.w86-247.abo.wanadoo.fr [86.247.100.4]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 268e8b47 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 18 Feb 2021 20:12:38 +0000 (UTC) Date: Thu, 18 Feb 2021 21:12:37 +0100 From: Emmanuel Vadot To: Gerrit Kuehn Cc: Baptiste Daroussin , freebsd-pkg@freebsd.org Subject: Re: config file installation/removal Message-Id: <20210218211237.46038abad4d40693c21d15d5@bidouilliste.com> In-Reply-To: <20210218204429.7c5c7646@comet2.terra.ger> References: <20210216122238.4057cde9@comet2.terra.ger> <20210218195136.6d3b6117@comet2.terra.ger> <20210218193417.lupbnayir4ji5nk3@aniel.nours.eu> <20210218204429.7c5c7646@comet2.terra.ger> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DhQqf70h4z3RC9 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:12:47 -0000 On Thu, 18 Feb 2021 20:44:29 +0100 Gerrit Kuehn wrote: > > On Thu, 18 Feb 2021 20:34:17 +0100 > Baptiste Daroussin wrote: > > > Can you try with pkg 1.16.3 which has just been committed to the tree > > ? > > Still no joy: > > --- > root@crest:~ # pkg install rsync > Updating FreeBSD repository catalogue... > FreeBSD repository is up to date. > All repositories are up to date. > Checking integrity... done (0 conflicting) > The following 1 package(s) will be affected (of 0 checked): > > New packages to be INSTALLED: > rsync: 3.2.3 > > Number of packages to be installed: 1 > > Proceed with this action? [y/N]: y > [1/1] Installing rsync-3.2.3... > [1/1] Extracting rsync-3.2.3: 100% > > root@crest:~ # ll /usr/local/etc/rsync/ > total 4 > -rw-r--r-- 1 root wheel 772 Feb 4 11:31 rsyncd.conf.sample > > root@crest:~ # pkg --version > 1.16.3 > --- > > > cu > Gerrit I can't even reproduce with 1.16.2 : manu@amy> ls -l /usr/local/etc/rsync/ ls: /usr/local/etc/rsync/: No such file or directory manu@amy> sudo pkg install rsync Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Checking integrity... done (0 conflicting) The following 1 package(s) will be affected (of 0 checked): New packages to be INSTALLED: rsync: 3.2.3 Number of packages to be installed: 1 Proceed with this action? [y/N]: y [1/1] Installing rsync-3.2.3... [1/1] Extracting rsync-3.2.3: 100% manu@amy> ls -l /usr/local/etc/rsync/ total 9 -rw-r--r-- 1 root wheel 772 Feb 9 11:11 rsyncd.conf -rw-r--r-- 1 root wheel 772 Feb 9 11:11 rsyncd.conf.sample manu@amy> sudo pkg delete rsync Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: rsync: 3.2.3 Number of packages to be removed: 1 Proceed with deinstalling packages? [y/N]: y [1/1] Deinstalling rsync-3.2.3... [1/1] Deleting files for rsync-3.2.3: 100% manu@amy> ls -l /usr/local/etc/rsync/ ls: /usr/local/etc/rsync/: No such file or directory manu@amy> pkg -v 1.16.2 Do you have any modification to your system ? -- Emmanuel Vadot