From 19b672c3a4a2387ad8aff2d63f1afbb8262a9c0d Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 9 May 2009 13:15:17 +0000 Subject: [PATCH] * libmisc/pam_pass.c: Removed comment regarding pam_misc. This is checked by configure.in. --- ChangeLog | 5 +++++ libmisc/pam_pass.c | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) 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 -- 2.50.1