From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: More daemon features enabled Date: Thu, 24 Apr 2014 17:55:32 +0200 Message-ID: <87vbtyzpqj.fsf@gnu.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]:60478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WdUgx-0007Am-6W for guix-devel@gnu.org; Thu, 24 Apr 2014 21:13:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WdLzr-00086X-DF for guix-devel@gnu.org; Thu, 24 Apr 2014 11:55:44 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:42007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WdLzr-00086P-4U for guix-devel@gnu.org; Thu, 24 Apr 2014 11:55:35 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 0668F2308 for ; Thu, 24 Apr 2014 17:55:33 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Fr+Jqy4AH9MA for ; Thu, 24 Apr 2014 17:55:32 +0200 (CEST) Received: from pluto (pluto.bordeaux.inria.fr [193.50.110.57]) by hera.aquilenet.fr (Postfix) with ESMTPSA id C3FB12307 for ; Thu, 24 Apr 2014 17:55:32 +0200 (CEST) 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: guix-devel Commit c0412fe enables several nifty optional features of the daemon, by adding a number of missing configure checks (ahem...). Notably, it allows it to =E2=80=9Ccanonicalize=E2=80=9D ownership of symlin= ks (as discussed in the other thread), that is, to change the owner of symlinks in the store to =E2=80=98root=E2=80=99 as is done for regular files and dir= ectories. Ludo=E2=80=99.