aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pam_xdg/files/pkg-message.in
blob: 3340bc4b6e7877348ece9d437152ea552a75e25c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}
]