commit a93f1105842eb1fa64587da36a92c7d17fffa3bd parent fc6b72eaece88b0cd3d4e1e35392843911d00748 Author: Michael Stapelberg <michael@stapelberg.de> Date: Sun, 23 Jan 2011 00:11:51 +0100 use 'auth include login' instead of '@include login', the latter is debian-specific (Thanks mseed) Diffstat:
| M | i3lock.pam | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3lock.pam b/i3lock.pam @@ -3,4 +3,4 @@ # the 'login' configuration file (see /etc/pam.d/login) # -@include login +auth include login
