commit 3ce919eedc690e3e2f1aab4f5af4995dbb6c51fc parent 3e1eb6ee4befad0069ddd15244de3ec1847c9aac Author: Raymond Li <hi@raymond.li> Date: Sun, 14 Feb 2021 17:31:37 -0500 Update comments Diffstat:
| M | pam/i3lock | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pam/i3lock b/pam/i3lock @@ -1,8 +1,8 @@ # -# PAM configuration file for the i3lock-color screen locker. By default, it -# includes the 'system-auth' configuration file (see /etc/pam.d/system-auth) -# for Arch and Gentoo and 'login' for Debian. Note that upstream uses only -# 'login', which breaks on Arch and Gentoo. +# PAM configuration file for the i3lock-color screen locker. By default, it includes +# the 'system-local-login' configuration file (see /etc/pam.d/system-local-login) +# for Arch and Gentoo and 'login' for Debian. Note that upstream uses only 'login', +# which doesn't work on Arch and Gentoo. # #auth include system-local-login # For Arch/Gentoo
