diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-05-04 22:48:35 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-05-04 22:49:39 +0000 |
commit | d0c910d1d374c0c1a1c12651d099124a6d4b69ea (patch) | |
tree | 5ecaa46dd71662bb6bbbd03a64821d87589c1f19 /sysutils/pam_xdg | |
parent | 24190856a00b0dec5e57f27c921e2be11ba9e1c4 (diff) |
Diffstat (limited to 'sysutils/pam_xdg')
-rw-r--r-- | sysutils/pam_xdg/pkg-message | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pam_xdg/pkg-message b/sysutils/pam_xdg/pkg-message index 9834b6e76b46..8725f8095f71 100644 --- a/sysutils/pam_xdg/pkg-message +++ b/sysutils/pam_xdg/pkg-message @@ -3,7 +3,7 @@ message: <<EOM 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 to tmpfs(5) is recommended: +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 |