1 |
slords |
1.1 |
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 |
2 |
|
|
--- smeserver-ezmlm-web-1.1.2/root/etc/e-smith/events/actions/ezmlm-update 2006-02-17 19:00:48.000000000 -0500 |
3 |
|
|
+++ mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/events/actions/ezmlm-update 2006-02-17 19:00:21.000000000 -0500 |
4 |
|
|
@@ -51,7 +51,7 @@ |
5 |
|
|
-s /bin/false ezmlm)) == 0 |
6 |
|
|
or warn("Could not create user 'ezmlm'\n"); |
7 |
|
|
|
8 |
|
|
- $accounts->new_record("ezmlm", "system", { Uid => "80", Gid => "80" } ); |
9 |
|
|
+ $accounts->new_record("ezmlm", { type => "system", Uid => "80", Gid => "80" } ); |
10 |
|
|
unless ($accounts->get("ezmlm")); |
11 |
|
|
} |
12 |
|
|
|