* libmisc/pam_pass.c: Removed comment regarding pam_misc. This is

checked by configure.in.
This commit is contained in:
nekral-guest 2009-05-09 13:15:17 +00:00
parent a979e7d14d
commit 19b672c3a4
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2009-05-07 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/pam_pass.c: Removed comment regarding pam_misc. This is
checked by configure.in.
2009-05-07 Nicolas François <nicolas.francois@centraliens.net>
* man/login.defs.5.xml: PAM enabled chpasswd do not use any

View File

@ -37,10 +37,7 @@
/*
* Change the user's password using PAM. Requires libpam and libpam_misc
* (for misc_conv). Note: libpam_misc is probably Linux-PAM specific,
* so you may have to port it if you want to use this code on non-Linux
* systems with PAM (such as Solaris 2.6). --marekm
* Change the user's password using PAM.
*/
#include <stdio.h>
#include <stdlib.h>