1 |
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 |
2 |
--- smeserver-ezmlm-web-1.1.2.old/root/etc/e-smith/templates/etc/ezmlm/ezmlmwebrc/BODY 2016-04-18 21:50:56.383000000 -0400 |
3 |
+++ smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/ezmlm/ezmlmwebrc/BODY 2016-04-18 21:54:21.063000000 -0400 |
4 |
@@ -23,6 +23,10 @@ |
5 |
|
6 |
# --------------------------------------------------------------------------- |
7 |
|
8 |
+# Path to the ezmlm-web 3.3.1 template and laguage files |
9 |
+$LANGUAGE_DIR = "/usr/local/share/ezmlm-web/lang"; |
10 |
+$TEMPLATE_DIR ="/usr/local/share/ezmlm-web/template"; |
11 |
+ |
12 |
# Where do we store lists on this server ... Try "$HOME_DIR/lists". |
13 |
# This directory will automatically be created if needed. |
14 |
$LIST_DIR = "$HOME_DIR/lists"; |
15 |
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 |
16 |
--- 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 |
17 |
+++ 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 |
18 |
@@ -1,6 +1,6 @@ |
19 |
-Alias /ezmlm-web /home/httpd/html/ezmlm-web |
20 |
+Alias /ezmlm-web /usr/local/share/ezmlm-web/www-data |
21 |
|
22 |
-<Directory /home/httpd/html/ezmlm-web > |
23 |
+<Directory /usr/local/share/ezmlm-web/www-data > |
24 |
Options +ExecCGI |
25 |
order deny,allow |
26 |
deny from all |
27 |
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 |
28 |
--- smeserver-ezmlm-web-1.1.2.old/root/etc/e-smith/templates.metadata/etc/ezmlm/ezmlmwebrc 1969-12-31 19:00:00.000000000 -0500 |
29 |
+++ smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates.metadata/etc/ezmlm/ezmlmwebrc 2016-04-18 22:00:04.021000000 -0400 |
30 |
@@ -0,0 +1,3 @@ |
31 |
+PERMS=0644 |
32 |
+UID="root" |
33 |
+GID="root" |
34 |
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 |
35 |
--- smeserver-ezmlm-web-1.1.2.old/root/etc/e-smith/web/functions/mailinglists 2016-04-18 21:50:56.384000000 -0400 |
36 |
+++ smeserver-ezmlm-web-1.1.2/root/etc/e-smith/web/functions/mailinglists 2016-04-18 22:18:10.589000000 -0400 |
37 |
@@ -184,7 +184,7 @@ |
38 |
esmith::cgi::genSmallCell ($q, $description), |
39 |
esmith::cgi::genSmallCell ($q, |
40 |
$q->a ( { href => EZMLMWEB . |
41 |
- "?state=select&action=[Edit]&list=" . |
42 |
+ "?template=normal&action=subscribers&list=" . |
43 |
$list->key }, |
44 |
'Modify...')), |
45 |
|