Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2021 21:12:37 +0100
From:      Emmanuel Vadot <manu@bidouilliste.com>
To:        Gerrit Kuehn <gerrit.kuehn@aei.mpg.de>
Cc:        Baptiste Daroussin <bapt@FreeBSD.org>, 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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 18 Feb 2021 20:44:29 +0100
Gerrit Kuehn <gerrit.kuehn@aei.mpg.de> wrote:

> 
> On Thu, 18 Feb 2021 20:34:17 +0100
> Baptiste Daroussin <bapt@FreeBSD.org> 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 <manu@bidouilliste.com>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210218211237.46038abad4d40693c21d15d5>