diff -ruN smeserver-geoip-1.1.2.old/root/etc/e-smith/events/actions/smeserver-geopip-download-action smeserver-geoip-1.1.2/root/etc/e-smith/events/actions/smeserver-geopip-download-action --- smeserver-geoip-1.1.2.old/root/etc/e-smith/events/actions/smeserver-geopip-download-action 2016-12-22 12:24:06.404001034 +0100 +++ smeserver-geoip-1.1.2/root/etc/e-smith/events/actions/smeserver-geopip-download-action 2016-12-22 12:30:49.041001073 +0100 @@ -1,4 +1,2 @@ #!/bin/bash -wget -O /var/lib/GeoIP/GeoIP.dat.gz http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz 2>&1 1>/dev/null -gunzip -f /var/lib/GeoIP/GeoIP.dat.gz 2>&1 1>/dev/null - +/usr/bin/geoipupdate diff -ruN smeserver-geoip-1.1.2.old/root/etc/e-smith/templates/etc/crontab/91_Update_Geoip_db smeserver-geoip-1.1.2/root/etc/e-smith/templates/etc/crontab/91_Update_Geoip_db --- smeserver-geoip-1.1.2.old/root/etc/e-smith/templates/etc/crontab/91_Update_Geoip_db 2016-12-22 12:24:06.405001027 +0100 +++ smeserver-geoip-1.1.2/root/etc/e-smith/templates/etc/crontab/91_Update_Geoip_db 2016-12-22 12:31:16.959000958 +0100 @@ -1,3 +1,3 @@ # Updating the GeoIP database monthly on the 5th at 0:00h. -0 0 5 * * root /usr/bin/wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz -O /var/lib/GeoIP/GeoIP.dat.gz; /bin/gunzip -f /var/lib/GeoIP/GeoIP.dat.gz +0 0 10 * * root /usr/bin/geoipupdate