Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/dist/openpam/lib
Module Name: src
Committed By: xtraeme
Date: Sun Feb 5 05:39:49 UTC 2006
Modified Files:
src/dist/openpam/lib: openpam_dynamic.c
Log Message:
openpam_dynamic(): add missing '/' between OPENPAM_MODULES_DIR and
the pam's name module, otherwise it will try to load the module as:
"/usr/lib/security<pam_module>"
Before christos' update we were using PAM_SOPREFIX = "/usr/lib/security/"
with the last '/', now we aren't. So be SAFE and add it to avoid
future problems.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/dist/openpam/lib/openpam_dynamic.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index