4 |
@@ -0,0 +1,4 @@ |
@@ -0,0 +1,4 @@ |
5 |
+#!/bin/bash |
+#!/bin/bash |
6 |
+wget -O /var/lib/GeoIP/GeoIP.dat.gz http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz 2>&1 1>/dev/null |
+wget -O /var/lib/GeoIP/GeoIP.dat.gz http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz 2>&1 1>/dev/null |
7 |
+gunzip /var/lib/GeoIP/GeoIP.dat.gz 2>&1 1>/dev/null |
+gunzip -f /var/lib/GeoIP/GeoIP.dat.gz 2>&1 1>/dev/null |
8 |
+ |
+ |
9 |
diff -Nur smeserver-geoip-1.0.5.old.bz8937/root/etc/e-smith/templates/etc/crontab/91_Update_Geoip_db smeserver-geoip-1.0.5.bz8937/root/etc/e-smith/templates/etc/crontab/91_Update_Geoip_db |
diff -Nur smeserver-geoip-1.0.5.old.bz8937/root/etc/e-smith/templates/etc/crontab/91_Update_Geoip_db smeserver-geoip-1.0.5.bz8937/root/etc/e-smith/templates/etc/crontab/91_Update_Geoip_db |
10 |
--- smeserver-geoip-1.0.5.old.bz8937/root/etc/e-smith/templates/etc/crontab/91_Update_Geoip_db 1970-01-01 01:00:00.000000000 +0100 |
--- smeserver-geoip-1.0.5.old.bz8937/root/etc/e-smith/templates/etc/crontab/91_Update_Geoip_db 1970-01-01 01:00:00.000000000 +0100 |