From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:38443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2DmO-0005Hv-6U for guix-patches@gnu.org; Fri, 08 Mar 2019 06:35:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h2DmI-0003jM-Hn for guix-patches@gnu.org; Fri, 08 Mar 2019 06:35:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50587) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h2DmI-0003i1-C7 for guix-patches@gnu.org; Fri, 08 Mar 2019 06:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h2DmI-00006a-5o for guix-patches@gnu.org; Fri, 08 Mar 2019 06:35:02 -0500 Subject: [bug#34693] [PATCH] services: mpd: add more configuration options Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190301080758.5548-1-anothersms@gmail.com> <20190301080758.5548-8-anothersms@gmail.com> Date: Fri, 08 Mar 2019 12:34:39 +0100 In-Reply-To: <20190301080758.5548-8-anothersms@gmail.com> ("=?UTF-8?Q?Nicol=C3=B2?= Balzarotti"'s message of "Fri, 1 Mar 2019 09:07:58 +0100") Message-ID: <87imwtha5s.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: =?UTF-8?Q?Nicol=C3=B2?= Balzarotti Cc: 34693@debbugs.gnu.org Hi Nicol=C3=B2, Nicol=C3=B2 Balzarotti skribis: > * gnu/services/audio.scm (): Add 'db-file', 'state-fil= e' > and 'sticker-file' fields. Could you update doc/guix.texi to document these new fields, and send an updated patch? Thank you for this patch! Ludo=E2=80=99.