diff -Nur -x '*.orig' -x '*.rej' e-smith-qmail-1.10.0/createlinks mezzanine_patched_e-smith-qmail-1.10.0/createlinks --- e-smith-qmail-1.10.0/createlinks 2006-03-14 14:51:57.000000000 -0500 +++ mezzanine_patched_e-smith-qmail-1.10.0/createlinks 2006-04-08 21:09:48.000000000 -0400 @@ -156,6 +156,7 @@ $event = "user-create"; event_link("qmail-update-user", $event, "20"); +event_link("qmail-update-group", $event, "20"); #-------------------------------------------------- # actions for user-modify event @@ -163,6 +164,7 @@ $event = "user-modify"; event_link("qmail-update-user", $event, "20"); +event_link("qmail-update-group", $event, "20"); #-------------------------------------------------- # actions for user-delete event 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 --- e-smith-qmail-1.10.0/root/etc/e-smith/events/actions/qmail-update-group 2006-01-11 02:04:56.000000000 -0500 +++ 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 @@ -1,7 +1,7 @@ #!/usr/bin/perl -w #---------------------------------------------------------------------- -# copyright (C) 2002-2005 Mitel Networks Corporation +# copyright (C) 2002-2006 Mitel Networks Corporation # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by