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

Diff of /rpms/smeserver-mod_maxminddb/contribs9/smeserver-mod_maxminddb-1.1.0-bz10759-newVariables.patch

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

Revision 1.1 by jpp, Thu Mar 14 04:06:17 2019 UTC Revision 1.2 by jpp, Thu Mar 14 04:40:53 2019 UTC
# Line 1  Line 1 
1  diff -Nur smeserver-mod_maxminddb-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb smeserver-mod_maxminddb-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb  diff -Nur smeserver-mod_maxminddb-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb smeserver-mod_maxminddb-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb
2  --- smeserver-mod_maxminddb-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb  2019-03-13 23:50:57.967000000 -0400  --- smeserver-mod_maxminddb-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb  2019-03-13 23:50:57.967000000 -0400
3  +++ smeserver-mod_maxminddb-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb      2019-03-14 00:04:13.010000000 -0400  +++ smeserver-mod_maxminddb-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb      2019-03-14 00:04:13.010000000 -0400
4  @@ -8,7 +8,19 @@  @@ -8,7 +8,21 @@
5           $OUT .= "<IfModule mod_maxminddb.c>\n";           $OUT .= "<IfModule mod_maxminddb.c>\n";
6           $OUT .= "    MaxMindDBEnable On\n";           $OUT .= "    MaxMindDBEnable On\n";
7           $OUT .= "    MaxMindDBFile   COUNTRY_DB $path/GeoLite2-Country.mmdb\n";           $OUT .= "    MaxMindDBFile   COUNTRY_DB $path/GeoLite2-Country.mmdb\n";
# Line 17  diff -Nur smeserver-mod_maxminddb-1.1.0. Line 17  diff -Nur smeserver-mod_maxminddb-1.1.0.
17  +        $OUT .= "    MaxMindDBEnv MM_CONTINENT_NAME CITY_DB/continent/names/en\n";  +        $OUT .= "    MaxMindDBEnv MM_CONTINENT_NAME CITY_DB/continent/names/en\n";
18  +        $OUT .= "    MaxMindDBEnv MM_REGION_CODE  CITY_DB/subdivisions/0/iso_code\n";  +        $OUT .= "    MaxMindDBEnv MM_REGION_CODE  CITY_DB/subdivisions/0/iso_code\n";
19  +        $OUT .= "    MaxMindDBEnv MM_REGION_NAME CITY_DB/continent/names/en\n";  +        $OUT .= "    MaxMindDBEnv MM_REGION_NAME CITY_DB/continent/names/en\n";
20    +        $OUT .= "    MaxMindDBEnv MM_POSTAL_CODE CITY_DB/postal/code\n";
21    +        $OUT .= "    MaxMindDBEnv MM_LOCATION_TIME_ZONE CITY_DB/location/time_zone\n";
22  +  +
23           $OUT .= "</Ifmodule>\n";           $OUT .= "</Ifmodule>\n";
24       }       }


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