diff -Nur -x '*.orig' -x '*.rej' smeserver-ezmlm-web-1.1.2/root/etc/e-smith/events/actions/ezmlm-update mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/events/actions/ezmlm-update --- smeserver-ezmlm-web-1.1.2/root/etc/e-smith/events/actions/ezmlm-update 2006-02-17 19:00:48.000000000 -0500 +++ mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/events/actions/ezmlm-update 2006-02-17 19:00:21.000000000 -0500 @@ -51,7 +51,7 @@ -s /bin/false ezmlm)) == 0 or warn("Could not create user 'ezmlm'\n"); - $accounts->new_record("ezmlm", "system", { Uid => "80", Gid => "80" } ); + $accounts->new_record("ezmlm", { type => "system", Uid => "80", Gid => "80" } ); unless ($accounts->get("ezmlm")); }