mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-08 12:40:48 +00:00
811e5fe03d
Linux-PAM reads vendor defaults from /usr/lib/pam.d and distributions are migrating there package by package: systemd and polkit already ship into it on both EL and Debian, and on SUSE 16 openssh has followed. There the old code left a dangling /etc/pam.d/confluent and every pam authentication against it failed. The deb postinst carries the same logic, so fix it in step. ln -sf rather than ln -s because -e is false for a dangling link, so the old code retried the symlink and failed with 'File exists' instead of repairing it.