/[smecontribs]/rpms/smeserver-phplist/contribs10/smeserver-phplist-0.2.1-sme10.patch
ViewVC logotype

Diff of /rpms/smeserver-phplist/contribs10/smeserver-phplist-0.2.1-sme10.patch

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

Revision 1.6 by jpp, Wed Aug 3 05:54:06 2022 UTC Revision 1.7 by jpp, Thu Aug 4 04:03:03 2022 UTC
# Line 311  diff -Nur --no-dereference smeserver-php Line 311  diff -Nur --no-dereference smeserver-php
311  -  /usr/local/bin/setuidgid www ./phplist -pprocessqueue  -  /usr/local/bin/setuidgid www ./phplist -pprocessqueue
312  -  sleep 120  -  sleep 120
313  -done  -done
314    diff -Nur --no-dereference smeserver-phplist-0.2.1.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98phplist smeserver-phplist-0.2.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98phplist
315    --- smeserver-phplist-0.2.1.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98phplist  2022-08-03 23:57:58.473000000 -0400
316    +++ smeserver-phplist-0.2.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98phplist      2022-08-04 00:01:59.458000000 -0400
317    @@ -2,7 +2,7 @@
318    
319     my $status = $phplist{'status'} || 'disabled';
320     my $access = $phplist{'access'} || 'private';
321    -my $auth   = $phplist{'Authentication'} || 'http';
322    +my $auth   = $phplist{'Authentication'} || 'internal';
323     my $alias  =  $phplist{'AliasOnPrimary'} || 'enabled';
324     my $ver    = $sysconfig{'ReleaseVersion'} || '8.1';
325    
326    diff -Nur --no-dereference smeserver-phplist-0.2.1.old/root/etc/e-smith/templates/etc/phplist/config.php/35Login smeserver-phplist-0.2.1/root/etc/e-smith/templates/etc/phplist/config.php/35Login
327    --- smeserver-phplist-0.2.1.old/root/etc/e-smith/templates/etc/phplist/config.php/35Login       2020-03-18 13:12:54.000000000 -0400
328    +++ smeserver-phplist-0.2.1/root/etc/e-smith/templates/etc/phplist/config.php/35Login   2022-08-04 00:01:27.839000000 -0400
329    @@ -1,5 +1,5 @@
330     $require_login = 1;
331    -$admin_auth_module = '{(($phplist{'Authentication'} || 'http') eq 'internal') ? 'phplist_auth.inc':'external_auth.inc'}';
332    +$admin_auth_module = '{(($phplist{'Authentication'} || 'internal') eq 'internal') ? 'phplist_auth.inc':'external_auth.inc'}';
333     define("REGISTER",0);
334     define("MANUALLY_PROCESS_QUEUE",0);
335     define('MAILQUEUE_THROTTLE',0.5);


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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