aboutsummaryrefslogtreecommitdiffstats
path: root/main/polkit/alpine-pam.patch
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-05-19 13:09:00 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-27 20:41:23 +0100
commit391e7de6ced1a96c2dac812e0b12f1d7e0ea705e (patch)
tree4424f12c0f4a83e7e4b37e612874a3401fb84d1b /main/polkit/alpine-pam.patch
parent9bc9928814f96a4de01d942cf29091282a41e700 (diff)
main/polkit: upgrade to 0.116
Diffstat (limited to 'main/polkit/alpine-pam.patch')
-rw-r--r--main/polkit/alpine-pam.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/main/polkit/alpine-pam.patch b/main/polkit/alpine-pam.patch
deleted file mode 100644
index 662e7c4d994..00000000000
--- a/main/polkit/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