diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:25:35 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:31:53 +0100 |
commit | d420552f02af2ad6a15cf3a70b76bf86b222c07e (patch) | |
tree | 8ab7137ed9264312aee69292d009509e70357ea7 /community/polkit-elogind | |
parent | 78a6ed13e4b5cd182f28be18694d543ae179446b (diff) | |
download | aports-d420552f02af2ad6a15cf3a70b76bf86b222c07e.tar.bz2 aports-d420552f02af2ad6a15cf3a70b76bf86b222c07e.tar.xz |
Remove more stale patches from community/
Diffstat (limited to 'community/polkit-elogind')
-rw-r--r-- | community/polkit-elogind/alpine-pam.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/community/polkit-elogind/alpine-pam.patch b/community/polkit-elogind/alpine-pam.patch deleted file mode 100644 index 662e7c4d99..0000000000 --- a/community/polkit-elogind/alpine-pam.patch +++ /dev/null @@ -1,18 +0,0 @@ -Point /etc/pam.d/polkit-1 to the right PAM files. - -diff --git configure.ac configure.ac -index 36df239..53b5573 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -470,6 +470,11 @@ elif test x$with_os_type = xfreebsd -o x$with_os_type = xnetbsd; then - PAM_FILE_INCLUDE_ACCOUNT=system - PAM_FILE_INCLUDE_PASSWORD=system - PAM_FILE_INCLUDE_SESSION=system -+elif test x$with_os_type = xalpine; then -+ PAM_FILE_INCLUDE_AUTH=base-auth -+ PAM_FILE_INCLUDE_ACCOUNT=base-account -+ PAM_FILE_INCLUDE_PASSWORD=base-password -+ PAM_FILE_INCLUDE_SESSION=base-session - else - PAM_FILE_INCLUDE_AUTH=system-auth - PAM_FILE_INCLUDE_ACCOUNT=system-auth |