/[smecontribs]/rpms/smeserver-sendmail-wrapper/contribs9/smeserver-sendmail-wrapper-0.1-bz10737-php73.patch
ViewVC logotype

Annotation of /rpms/smeserver-sendmail-wrapper/contribs9/smeserver-sendmail-wrapper-0.1-bz10737-php73.patch

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


Revision 1.1 - (hide annotations) (download)
Wed Apr 8 00:50:50 2020 UTC (4 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: smeserver-sendmail-wrapper-0_1-4_el6_sme, HEAD
* Tue Apr 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-4.sme
- add php73 support [SME: 10737]
  fix typo for php72

1 jpp 1.1 diff -Nur smeserver-sendmail-wrapper-0.1.old/root/etc/e-smith/templates/opt/remi/php72/root/etc/php.ini/80ModuleSettings02mailfunctionX smeserver-sendmail-wrapper-0.1/root/etc/e-smith/templates/opt/remi/php72/root/etc/php.ini/80ModuleSettings02mailfunctionX
2     --- smeserver-sendmail-wrapper-0.1.old/root/etc/e-smith/templates/opt/remi/php72/root/etc/php.ini/80ModuleSettings02mailfunctionX 2020-04-07 20:43:23.294000000 -0400
3     +++ smeserver-sendmail-wrapper-0.1/root/etc/e-smith/templates/opt/remi/php72/root/etc/php.ini/80ModuleSettings02mailfunctionX 2020-04-07 20:46:24.464000000 -0400
4     @@ -1,6 +1,6 @@
5     {
6    
7     -return ";sendmail-wrapper.pl disabled to enable do: config setprop php71 sendmail enabled" if ($php71{sendmail} || 'enabled') eq "disabled" ;
8     +return ";sendmail-wrapper.pl disabled to enable do: config setprop php72 sendmail enabled" if ($php72{sendmail} || 'enabled') eq "disabled" ;
9    
10     $OUT= "mail.log= \"/var/log/sendmail/mail.log\"
11     sendmail_path= \"/usr/bin/sendmail-wrapper.pl\"\n";
12     diff -Nur smeserver-sendmail-wrapper-0.1.old/root/etc/e-smith/templates/opt/remi/php73/root/etc/php.ini/80ModuleSettings02mailfunctionX smeserver-sendmail-wrapper-0.1/root/etc/e-smith/templates/opt/remi/php73/root/etc/php.ini/80ModuleSettings02mailfunctionX
13     --- smeserver-sendmail-wrapper-0.1.old/root/etc/e-smith/templates/opt/remi/php73/root/etc/php.ini/80ModuleSettings02mailfunctionX 1969-12-31 19:00:00.000000000 -0500
14     +++ smeserver-sendmail-wrapper-0.1/root/etc/e-smith/templates/opt/remi/php73/root/etc/php.ini/80ModuleSettings02mailfunctionX 2020-04-07 20:47:44.645000000 -0400
15     @@ -0,0 +1,8 @@
16     +{
17     +
18     +return ";sendmail-wrapper.pl disabled to enable do: config setprop php73 sendmail enabled" if ($php73{sendmail} || 'enabled') eq "disabled" ;
19     +
20     +$OUT= "mail.log= \"/var/log/sendmail/mail.log\"
21     +sendmail_path= \"/usr/bin/sendmail-wrapper.pl\"\n";
22     +
23     +}

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