From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Wingo Subject: Re: [PATCH] services: dovecot: Fix unix_listeners and fifo_listeners path types. Date: Mon, 27 Feb 2017 10:06:52 +0100 Message-ID: References: <20170226194203.25746-1-clement@lassieur.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]:44004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ciHGs-0003cm-4A for guix-devel@gnu.org; Mon, 27 Feb 2017 04:07:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ciHGo-0006Ey-Qz for guix-devel@gnu.org; Mon, 27 Feb 2017 04:07:06 -0500 Received: from pb-sasl2.pobox.com ([64.147.108.67]:56738 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ciHGo-0006Ek-L5 for guix-devel@gnu.org; Mon, 27 Feb 2017 04:07:02 -0500 In-Reply-To: <20170226194203.25746-1-clement@lassieur.org> (=?utf-8?Q?=22C?= =?utf-8?Q?l=C3=A9ment?= Lassieur"'s message of "Sun, 26 Feb 2017 20:42:03 +0100") 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" To: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Cc: guix-devel@gnu.org On Sun 26 Feb 2017 20:42, Cl=C3=A9ment Lassieur writ= es: > * gnu/services/mail.scm (unix-listener-configuration)[path] > (fifo-listener-configuration)[path]: Change type from 'file-name' to 's= tring'. > * doc/guix.texi (Mail Services): Document it. Why's that? Is the extra checking from the file-name type (that the string start with "/") getting in the way of something? Andy