From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Manage ssh public keys? Date: Sat, 11 Apr 2015 21:55:12 +0200 Message-ID: <87oamuwicf.fsf@gnu.org> References: <87oamxpl4o.fsf@gnu.org> <877ftlnlr1.fsf@gnu.org> <87wq1ks571.fsf@gmail.com> <87bniwm5cy.fsf@gnu.org> <87zj6fwxet.fsf@gnu.org> <87wq1jd85w.fsf@fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yh1Uv-00023M-Cv for guix-devel@gnu.org; Sat, 11 Apr 2015 15:55:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yh1Uq-00045T-M6 for guix-devel@gnu.org; Sat, 11 Apr 2015 15:55:21 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yh1Uq-00045J-Jm for guix-devel@gnu.org; Sat, 11 Apr 2015 15:55:16 -0400 In-Reply-To: <87wq1jd85w.fsf@fsf.org> (David Thompson's message of "Fri, 10 Apr 2015 16:45:31 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > Ludovic Court=C3=A8s writes: > >> Joe Hillenbrand skribis: >> >>> The question then is, what happens when the configuration changes from >>> having a "files" argument to not having one. What happens to the >>> links? >> >> Good point. I=E2=80=99d say we just remove the symlinks. > > Agreed, but how do we do the diff such that we know to remove them? Good point as well! I guess they may just be left there until someone removes them. I don=E2=80=99t think we can actually do better, can we? Ludo=E2=80=99.