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 2005-10-25 10:42:33.000000000 +1000 +++ mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/events/actions/ezmlm-update 2005-10-25 10:47:44.136167675 +1000 @@ -34,7 +34,7 @@ use Mail::Ezmlm; tie my %conf, 'esmith::config'; -tie my %accounts, 'esmith::config', '/home/e-smith/accounts'; +tie my %accounts, 'esmith::config', '/home/e-smith/db/accounts'; my $event = $ARGV [0]; die "event argument missing." unless defined ($event); diff -Nur -x '*.orig' -x '*.rej' smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/var/qmail/users/assign/90mailinglists mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/var/qmail/users/assign/90mailinglists --- smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/var/qmail/users/assign/90mailinglists 2001-10-24 17:44:24.000000000 +1000 +++ mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/var/qmail/users/assign/90mailinglists 2005-10-25 10:47:35.432683325 +1000 @@ -8,7 +8,7 @@ # by ~ezmlm/.qmail-listname and ~ezmlm/.qmail-listname-ext. my %accounts; - tie %accounts, 'esmith::config', "/home/e-smith/accounts"; + tie %accounts, 'esmith::config', "/home/e-smith/db/accounts"; my (undef, undef, $uid, $gid, undef, undef, undef, $dir, undef) = getpwnam("ezmlm"); diff -Nur -x '*.orig' -x '*.rej' smeserver-ezmlm-web-1.1.2/root/etc/e-smith/web/functions/mailinglists mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/web/functions/mailinglists --- smeserver-ezmlm-web-1.1.2/root/etc/e-smith/web/functions/mailinglists 2005-10-25 10:42:33.000000000 +1000 +++ mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/web/functions/mailinglists 2005-10-25 10:47:26.099308795 +1000 @@ -69,10 +69,10 @@ tie %conf, 'esmith::config'; my %accounts; -tie %accounts, 'esmith::config', '/home/e-smith/accounts'; +tie %accounts, 'esmith::config', '/home/e-smith/db/accounts'; my %domains; -tie %domains, 'esmith::config', '/home/e-smith/domains'; +tie %domains, 'esmith::config', '/home/e-smith/db/domains'; #------------------------------------------------------------ # examine state parameter and display the appropriate form