]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rev 228065 (change bsd.own.mk -> bsd.init.mk) broke pam_unix.so by causing
authorpeter <peter@FreeBSD.org>
Wed, 18 Jan 2012 18:26:56 +0000 (18:26 +0000)
committerpeter <peter@FreeBSD.org>
Wed, 18 Jan 2012 18:26:56 +0000 (18:26 +0000)
commite5fa065e08759b23de51ef39c5f2bb495566e52c
tree72ef6da457136f9113657f5aafb12d093d47282a
parent3ec7d904752caa8e0c0ae91d8c3ef33cdbcf23ec
Rev 228065 (change bsd.own.mk -> bsd.init.mk) broke pam_unix.so by causing
the LDADD/DPADD to lose the -lpam, and causing openpam_dynamic() to fail
due to "openpam_get_options" being undefined.

This would cause obscure console log messages like:
  openpam_dynamic(): No error: 0
  openpam_load_module(): no pam_unix.so found
and other helpful messages which are no help in diagnosing the problem.

Fortunately this change was not mfc'ed to 9.x, it isn't broken there.
lib/libpam/modules/pam_unix/Makefile