Subject: CVS commit: src/dist/openpam/lib
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 02/05/2006 05:39:49
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.