/[smecontribs]/rpms/smeserver-mod_maxminddb/contribs9/smeserver-mod_maxminddb-1.1.0-bz10759-typo.patch
ViewVC logotype

Contents of /rpms/smeserver-mod_maxminddb/contribs9/smeserver-mod_maxminddb-1.1.0-bz10759-typo.patch

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


Revision 1.1 - (show annotations) (download)
Thu Mar 14 03:30:02 2019 UTC (5 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: smeserver-mod_maxminddb-1_1_0-4_el6_sme, smeserver-mod_maxminddb-1_1_0-7_el6_sme, smeserver-mod_maxminddb-1_1_0-3_el6_sme, smeserver-mod_maxminddb-1_1_0-6_el6_sme, smeserver-mod_maxminddb-1_1_0-5_el6_sme, smeserver-mod_maxminddb-1_1_0-2_el6_sme, HEAD
* Wed Mar 13 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-2.sme
- fix typo [SME: 10759]

1 diff -Nur smeserver-mod_maxminddb-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_dav smeserver-mod_maxminddb-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_dav
2 --- smeserver-mod_maxminddb-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_dav 2019-03-12 22:36:54.000000000 -0400
3 +++ smeserver-mod_maxminddb-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_dav 2019-03-13 23:28:26.511000000 -0400
4 @@ -1,10 +1,10 @@
5 {
6 # vim: ft=perl:
7 my $status = $modMaxminddb{status} || 'disabled';
8 - my $path = $modMaxminddb{Path} || '/usr/share/GeoIP'
9 + my $path = $modMaxminddb{Path} || '/usr/share/GeoIP';
10 if ( $status eq "enabled" )
11 {
12 - $OUT .= "LoadModule maxminddb_module modules/mod_maxminddb.so\n";$OUT .= "
13 + $OUT .= "LoadModule maxminddb_module modules/mod_maxminddb.so\n";
14 $OUT .= "<IfModule mod_maxminddb.c>\n";
15 $OUT .= " MaxMindDBEnable On\n";
16 $OUT .= " MaxMindDBFile COUNTRY_DB $path/GeoLite2-Country.mmdb\n";

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