aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pam_xdg/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/pam_xdg/files/pkg-message.in')
-rw-r--r--sysutils/pam_xdg/files/pkg-message.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/pam_xdg/files/pkg-message.in b/sysutils/pam_xdg/files/pkg-message.in
new file mode 100644
index 000000000000..3340bc4b6e78
--- /dev/null
+++ b/sysutils/pam_xdg/files/pkg-message.in
@@ -0,0 +1,17 @@
+[
+{ type: install
+ message: <<EOM
+Read pam_xdg(8) manpage for instructions how to configure PAM.
+On FreeBSD >= 14.1 replace pam_xdg.so in /etc/pam/* with
+%%PREFIX%%/lib/pam_xdg.so (absolute path).
+
+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:
+
+ # echo "none /var/run/user tmpfs rw" >>/etc/fstab
+ # mkdir -p /var/run/user
+ # mount -a
+EOM
+}
+]