From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56988) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iaIzn-0000ub-A0 for guix-patches@gnu.org; Thu, 28 Nov 2019 07:34:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iaIzk-0000iY-Qn for guix-patches@gnu.org; Thu, 28 Nov 2019 07:34:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50868) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iaIzk-0000bV-Lp for guix-patches@gnu.org; Thu, 28 Nov 2019 07:34:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iaIzi-00081y-J2 for guix-patches@gnu.org; Thu, 28 Nov 2019 07:34:02 -0500 Subject: bug#38182: [PATCH 3/3] services: Add pam-mount. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87ftitas7x.fsf@yamatai> <20191112180519.9625-1-glv@posteo.net> <20191112180519.9625-3-glv@posteo.net> <87mucjtvq7.fsf@gnu.org> <87imn6uwm3.fsf@yamatai> Date: Thu, 28 Nov 2019 13:33:04 +0100 In-Reply-To: <87imn6uwm3.fsf@yamatai> (Guillaume Le Vaillant's message of "Tue, 26 Nov 2019 23:00:04 +0100") Message-ID: <87o8www58f.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: Guillaume Le Vaillant Cc: 38182-done@debbugs.gnu.org Hi, Guillaume Le Vaillant skribis: >>>From 4572adf4f28480fd891293ff2204228dbb8b41d1 Mon Sep 17 00:00:00 2001 > From: Guillaume Le Vaillant > Date: Tue, 26 Nov 2019 21:56:44 +0100 > Subject: [PATCH v2 3/3] services: Add pam-mount. > > * gnu/services/pam-mount.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > * doc/guix.texi (PAM Mount Service): New subsection. Applied, thanks! I forgot to mention it before but you should consider writing a test for this service in (gnu tests =E2=80=A6). That will ease maintenance over tim= e and will make it easy to see whether a change breaks the service. Thank you, Ludo=E2=80=99.