Skip to content
Snippets Groups Projects
Commit 9b47c656 authored by alice's avatar alice
Browse files

community/physlock: update pam for new base layout

parent e2318f40
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
pkgname=physlock pkgname=physlock
pkgver=13_git20200116 pkgver=13_git20200116
_gitrev=4fbacee834abef613d7f4bd37d52a9f5fe269c82 _gitrev=4fbacee834abef613d7f4bd37d52a9f5fe269c82
pkgrel=2 pkgrel=3
pkgdesc="Lightweight linux console locking tool" pkgdesc="Lightweight linux console locking tool"
url="https://github.com/muennich/physlock" url="https://github.com/muennich/physlock"
arch="all" arch="all"
...@@ -49,5 +49,5 @@ elogind() { ...@@ -49,5 +49,5 @@ elogind() {
sha512sums=" sha512sums="
9d18a05f86c58100c050d086215709e7d4d9aeecd15c8e5af404d11950cde664a7bc8c19a746057bc7f8f40a74db4cb66e58a2084666f2cc720b0db488b9817a physlock-4fbacee834abef613d7f4bd37d52a9f5fe269c82.tar.gz 9d18a05f86c58100c050d086215709e7d4d9aeecd15c8e5af404d11950cde664a7bc8c19a746057bc7f8f40a74db4cb66e58a2084666f2cc720b0db488b9817a physlock-4fbacee834abef613d7f4bd37d52a9f5fe269c82.tar.gz
c36a78c06f6557e83677eafadbc4c805df3ebde22a15050646076f592b4eb3523893416ea8570cb22c9d2c7638fc11d6a71d567517ceff266942b4502409e77d physlock.pam 30e4673a507f859114f99a2ad6b6ce7c719c7deb6d8028d5c9f57bfafc1e611fadb3296f172f448b9936129fcc282f1edba2304ebcbf8b8b78c5190ba16225c3 physlock.pam
" "
#%PAM-1.0 #%PAM-1.0
auth include system-local-login auth include base-auth
account include system-local-login account include base-account
password include system-local-login password include base-password
session include system-local-login session include base-session-noninteractive
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment