Date: Wed, 22 Sep 2021 17:02:44 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 81ad898f6c44 - 2021Q3 - sysutils/pam_xdg: refer to the installed manpage in pkg-message Message-ID: <202109221702.18MH2iDk032751@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=81ad898f6c4491ac29560d8269a4a41781f5b5fe commit 81ad898f6c4491ac29560d8269a4a41781f5b5fe Author: Evgeniy Khramtsov <evgeniy@khramtsov.org> AuthorDate: 2021-09-21 13:13:50 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-09-22 17:02:19 +0000 sysutils/pam_xdg: refer to the installed manpage in pkg-message PR: 258663 (cherry picked from commit 4fa95f2e2113895601954a5c2a516ca3cfe6a4cb) --- sysutils/pam_xdg/Makefile | 1 + sysutils/pam_xdg/pkg-message | 2 ++ 2 files changed, 3 insertions(+) diff --git a/sysutils/pam_xdg/Makefile b/sysutils/pam_xdg/Makefile index 7992e8c14983..33d0b90c6b87 100644 --- a/sysutils/pam_xdg/Makefile +++ b/sysutils/pam_xdg/Makefile @@ -1,5 +1,6 @@ PORTNAME= pam_xdg PORTVERSION= s20210704 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= jbeich@FreeBSD.org diff --git a/sysutils/pam_xdg/pkg-message b/sysutils/pam_xdg/pkg-message index 8725f8095f71..d45ab26f46b5 100644 --- a/sysutils/pam_xdg/pkg-message +++ b/sysutils/pam_xdg/pkg-message @@ -1,6 +1,8 @@ [ { type: install message: <<EOM +Read pam_xdg(8) manpage for instructions how to configure PAM. + XDG_RUNTIME_DIR on Wayland maybe used as a fallback for anonymous shared memory. For better performance and to avoid posix_fallocate(2) issues on ZFS moving the directory under tmpfs(5) is recommended:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109221702.18MH2iDk032751>