/[smecontribs]/rpms/smeserver-ezmlm-web/contribs9/smeserver-ezmlm-web-1.1.3-ezmlmweb331.patch
ViewVC logotype

Annotation of /rpms/smeserver-ezmlm-web/contribs9/smeserver-ezmlm-web-1.1.3-ezmlmweb331.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri Apr 22 10:13:09 2016 UTC (8 years ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-ezmlm-web-1_1_3-4_el6_sme, smeserver-ezmlm-web-1_1_3-3_el6_sme, smeserver-ezmlm-web-1_1_3-6_el6_sme, smeserver-ezmlm-web-1_1_3-5_el6_sme, smeserver-ezmlm-web-1_1_3-7_el6_sme, HEAD
* Fri Apr 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.3-3.sme
- update for initial import [SME: 8439]
- now support ezmlm-web-3.31 and ezmlm-idx-7.2.2

1 unnilennium 1.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    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed