[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#38182: [PATCH 3/3] services: Add pam-mount.
From: |
Ludovic Courtès |
Subject: |
bug#38182: [PATCH 3/3] services: Add pam-mount. |
Date: |
Thu, 28 Nov 2019 13:33:04 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi,
Guillaume Le Vaillant <address@hidden> skribis:
>>From 4572adf4f28480fd891293ff2204228dbb8b41d1 Mon Sep 17 00:00:00 2001
> From: Guillaume Le Vaillant <address@hidden>
> 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 …). That will ease maintenance over time and
will make it easy to see whether a change breaks the service.
Thank you,
Ludo’.