1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-qmail-1.10.0/createlinks mezzanine_patched_e-smith-qmail-1.10.0/createlinks |
2 |
|
|
--- e-smith-qmail-1.10.0/createlinks 2006-03-14 14:51:57.000000000 -0500 |
3 |
|
|
+++ mezzanine_patched_e-smith-qmail-1.10.0/createlinks 2006-04-08 21:09:48.000000000 -0400 |
4 |
|
|
@@ -156,6 +156,7 @@ |
5 |
|
|
$event = "user-create"; |
6 |
|
|
|
7 |
|
|
event_link("qmail-update-user", $event, "20"); |
8 |
|
|
+event_link("qmail-update-group", $event, "20"); |
9 |
|
|
|
10 |
|
|
#-------------------------------------------------- |
11 |
|
|
# actions for user-modify event |
12 |
|
|
@@ -163,6 +164,7 @@ |
13 |
|
|
$event = "user-modify"; |
14 |
|
|
|
15 |
|
|
event_link("qmail-update-user", $event, "20"); |
16 |
|
|
+event_link("qmail-update-group", $event, "20"); |
17 |
|
|
|
18 |
|
|
#-------------------------------------------------- |
19 |
|
|
# actions for user-delete event |
20 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-qmail-1.10.0/root/etc/e-smith/events/actions/qmail-update-group mezzanine_patched_e-smith-qmail-1.10.0/root/etc/e-smith/events/actions/qmail-update-group |
21 |
|
|
--- e-smith-qmail-1.10.0/root/etc/e-smith/events/actions/qmail-update-group 2006-01-11 02:04:56.000000000 -0500 |
22 |
|
|
+++ mezzanine_patched_e-smith-qmail-1.10.0/root/etc/e-smith/events/actions/qmail-update-group 2006-04-08 21:08:55.000000000 -0400 |
23 |
|
|
@@ -1,7 +1,7 @@ |
24 |
|
|
#!/usr/bin/perl -w |
25 |
|
|
|
26 |
|
|
#---------------------------------------------------------------------- |
27 |
|
|
-# copyright (C) 2002-2005 Mitel Networks Corporation |
28 |
|
|
+# copyright (C) 2002-2006 Mitel Networks Corporation |
29 |
|
|
# |
30 |
|
|
# This program is free software; you can redistribute it and/or modify |
31 |
|
|
# it under the terms of the GNU General Public License as published by |