diff -Nur smeserver-password-1.2.0_old/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/passwordopt.pm smeserver-password-1.2.0_new/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/passwordopt.pm --- smeserver-password-1.2.0_old/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/passwordopt.pm 2015-02-09 16:42:08.823218548 +0100 +++ smeserver-password-1.2.0_new/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/passwordopt.pm 2015-02-09 16:43:24.064154300 +0100 @@ -123,7 +123,7 @@ $star = $self->localise('ACCOUNT_LOCKED'); } my $key = $user->key; - my $cmd = "chage -l $key | grep -i 'password expires' | cut -d ':' -f 2"; + my $cmd = "chage -l $key | grep 'Password expires' | cut -d ':' -f 2"; my $expiration = `$cmd 2>/dev/null`; $cmd = "chage -l $key | grep -i 'last' | cut -d ':' -f 2"; my $lastchange = `$cmd 2>/dev/null`;