geoip: prefix tools with xt_

This is preferable to have when manpages go into system locations.
This commit is contained in:
Jan Engelhardt
2010-12-17 22:08:15 +01:00
parent 1dc1ae3ec5
commit e2da87230a
3 changed files with 1 additions and 1 deletions

8
geoip/xt_geoip_dl Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
rm -f GeoIPv6.csv{,.gz} GeoIPCountryCSV.zip GeoIPCountryWhois.csv;
wget \
http://geolite.maxmind.com/download/geoip/database/GeoIPv6.csv.gz \
http://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip;
gzip -d GeoIPv6.csv.gz;
unzip GeoIPCountryCSV.zip;