Merge pull request #1925 from evverx/fix-pam-systemd-user

tests: copy /etc/pam.d/systemd-user from the host on Debian, Ubuntu
This commit is contained in:
Lennart Poettering 2015-11-17 12:16:57 +01:00
commit e492fa402c

View file

@ -284,6 +284,9 @@ install_pam() {
) | while read file; do
inst $file
done
[[ "$LOOKS_LIKE_DEBIAN" ]] &&
cp /etc/pam.d/systemd-user $initdir/etc/pam.d/
}
install_keymaps() {