diff -Nur smeserver-ezmlm-web-1.1.2.old/root/etc/e-smith/templates/etc/ezmlm/ezmlmwebrc/BODY smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/ezmlm/ezmlmwebrc/BODY --- smeserver-ezmlm-web-1.1.2.old/root/etc/e-smith/templates/etc/ezmlm/ezmlmwebrc/BODY 2016-04-18 21:50:56.383000000 -0400 +++ smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/ezmlm/ezmlmwebrc/BODY 2016-04-18 21:54:21.063000000 -0400 @@ -23,6 +23,10 @@ # --------------------------------------------------------------------------- +# Path to the ezmlm-web 3.3.1 template and laguage files +$LANGUAGE_DIR = "/usr/local/share/ezmlm-web/lang"; +$TEMPLATE_DIR ="/usr/local/share/ezmlm-web/template"; + # Where do we store lists on this server ... Try "$HOME_DIR/lists". # This directory will automatically be created if needed. $LIST_DIR = "$HOME_DIR/lists"; diff -Nur smeserver-ezmlm-web-1.1.2.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85EzmlmWebAccess smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85EzmlmWebAccess --- smeserver-ezmlm-web-1.1.2.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85EzmlmWebAccess 2016-04-18 21:50:56.381000000 -0400 +++ smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85EzmlmWebAccess 2016-04-18 22:01:53.076000000 -0400 @@ -1,6 +1,6 @@ -Alias /ezmlm-web /home/httpd/html/ezmlm-web +Alias /ezmlm-web /usr/local/share/ezmlm-web/www-data - + Options +ExecCGI order deny,allow deny from all diff -Nur smeserver-ezmlm-web-1.1.2.old/root/etc/e-smith/templates.metadata/etc/ezmlm/ezmlmwebrc smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates.metadata/etc/ezmlm/ezmlmwebrc --- smeserver-ezmlm-web-1.1.2.old/root/etc/e-smith/templates.metadata/etc/ezmlm/ezmlmwebrc 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates.metadata/etc/ezmlm/ezmlmwebrc 2016-04-18 22:00:04.021000000 -0400 @@ -0,0 +1,3 @@ +PERMS=0644 +UID="root" +GID="root" diff -Nur smeserver-ezmlm-web-1.1.2.old/root/etc/e-smith/web/functions/mailinglists smeserver-ezmlm-web-1.1.2/root/etc/e-smith/web/functions/mailinglists --- smeserver-ezmlm-web-1.1.2.old/root/etc/e-smith/web/functions/mailinglists 2016-04-18 21:50:56.384000000 -0400 +++ smeserver-ezmlm-web-1.1.2/root/etc/e-smith/web/functions/mailinglists 2016-04-18 22:18:10.589000000 -0400 @@ -184,7 +184,7 @@ esmith::cgi::genSmallCell ($q, $description), esmith::cgi::genSmallCell ($q, $q->a ( { href => EZMLMWEB . - "?state=select&action=[Edit]&list=" . + "?template=normal&action=subscribers&list=" . $list->key }, 'Modify...')),