diff --git a/ChangeLog b/ChangeLog index 25382553..0d2d4900 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-05-07 Nicolas François + + * libmisc/pam_pass.c: Removed comment regarding pam_misc. This is + checked by configure.in. + 2009-05-07 Nicolas François * man/login.defs.5.xml: PAM enabled chpasswd do not use any diff --git a/libmisc/pam_pass.c b/libmisc/pam_pass.c index 10b28a23..a89bb2c5 100644 --- a/libmisc/pam_pass.c +++ b/libmisc/pam_pass.c @@ -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 #include