Token changes to fix CRLF in ignored files

This commit is contained in:
Raymond Li 2021-02-14 16:31:02 -05:00
parent 0d5fb3da8a
commit 6ed900c22b
No known key found for this signature in database
GPG Key ID: A014EA89B62BBB1B
2 changed files with 5 additions and 5 deletions

View File

@ -68,8 +68,7 @@ AC_FUNC_STRNLEN
AC_CHECK_FUNCS([atexit dup2 ftruncate getcwd gettimeofday localtime_r memchr memset mkdir rmdir setlocale socket strcasecmp strchr strdup strerror strncasecmp strndup strrchr strspn strstr strtol strtoul], , [AC_MSG_FAILURE([cannot find the $ac_func function, which i3lock requires])])
AC_CHECK_FUNCS([explicit_bzero])
# Checks for libraries.
# Check for libraries
AC_SEARCH_LIBS([floor], [m], , [AC_MSG_FAILURE([cannot find the required floor() function despite trying to link with -lm])])
# libev does not ship with a pkg-config file :(.

View File

@ -1,7 +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 vanilla i3lock upstream uses 'login' instead.
# 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.
#
#auth include system-auth # For Arch/Gentoo