guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: pam-mount, greetd-pam-mount: Rewrite descriptions.


From: guix-commits
Subject: 03/07: gnu: pam-mount, greetd-pam-mount: Rewrite descriptions.
Date: Thu, 3 Nov 2022 20:04:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1cbc19413c953498d31d103eb28216f884fa3908
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 30 02:00:03 2022 +0100

    gnu: pam-mount, greetd-pam-mount: Rewrite descriptions.
    
    * gnu/packages/admin.scm (pam-mount, greetd-pam-mount)[description]:
    Edit for style.
---
 gnu/packages/admin.scm | 29 +++++++++++++----------------
 1 file changed, 13 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 2fbab6d88c..dd5b57ebf5 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4675,10 +4675,9 @@ tcpdump and snoop.")
     (home-page "http://pam-mount.sourceforge.net";)
     (synopsis "PAM module to mount volumes for a user session")
     (description
-     "Pam-mount is a PAM module that can mount volumes when a user logs in.
-It supports mounting local filesystems of any kind the normal mount utility
-supports.  It can also mount encrypted LUKS volumes using the password
-supplied by the user when logging in.")
+     "Pam-mount is a PAM module to mount volumes when a user logs in.
+It can mount all local file systems supported by @command{mount}, as well as
+LUKS volumes encrypted with the user's log-in password.")
     (license (list license:gpl2+ license:lgpl2.1+))))
 
 (define-public jc
@@ -5244,18 +5243,16 @@ then it can be a greeter.")
                  (("pam_mount_system_authtok") 
"greetd_pam_mount_system_authtok"))))))))
     (synopsis "PAM module to mount volumes for a user session (greetd 
variant)")
     (description
-     "Pam-mount is a PAM module that can mount volumes when a user logs in.
-It supports mounting local filesystems of any kind the normal mount utility
-supports.  It can also mount encrypted LUKS volumes using the password
-supplied by the user when logging in.
-
-This package inherits pam-mount in the way that it is compiled specifically
-for use with greetd daemon.  It uses different configuration location and
-name space for storing data in PAM.
-
-greetd-pam-mount is used in configuration of greetd to provide
-auto-(mounting/unmounting) of XDG_RUNTIME_DIR in the way that it will not
-interfere with default pam-mount configuration.")))
+     "Pam-mount is a PAM module to mount volumes when a user logs in.
+It can mount all local file systems supported by @command{mount}, as well as
+LUKS volumes encrypted with the user's log-in password.
+
+This package inherits pam-mount but is compiled specifically for use with
+the @command{greetd} log-in manager.  It uses a different configuration
+location and PAM name space from the original.
+
+This allows greetd-pam-mount to auto-(un)mount @env{XDG_RUNTIME_DIR} without
+interfering with any pam-mount configuration.")))
 
 (define-public wlgreet
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]