pam: set correct perms for /sbin/unix_chkpwd.

--HG--
extra : convert_revision : f684205ed8cec4a955fea6012fe301c4007debdf
This commit is contained in:
Juan RP 2009-04-21 18:07:01 +02:00
parent 86dae9c2e1
commit 50d3009c27

View file

@ -30,4 +30,6 @@ Add_dependency build flex
post_install()
{
rm -rf ${DESTDIR}/var
# Fix unix_chkpwd perms.
chmod 4755 ${DESTDIR}/sbin/unix_chkpwd
}