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