Commit eaca8e73 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should have systemd's versions of system-auth and other in /etc/pam.d

parent fb71760f
...@@ -12,6 +12,8 @@ all: pam.d-other ...@@ -12,6 +12,8 @@ all: pam.d-other
mv -v /usr/lib/lib$${file}.so.* /lib ; \ mv -v /usr/lib/lib$${file}.so.* /lib ; \
ln -sfv ../../lib/$$(readlink /usr/lib/lib$${file}.so) /usr/lib/lib$${file}.so ; \ ln -sfv ../../lib/$$(readlink /usr/lib/lib$${file}.so) /usr/lib/lib$${file}.so ; \
done done
cp /usr/share/factory/etc/pam.d/system-auth /etc/pam.d/system-auth
cp /usr/share/factory/etc/pam.d/other /etc/pam.d/other
rm -rf Linux-PAM-1.3.0 rm -rf Linux-PAM-1.3.0
pam.d-other: pam.d-other:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment