freebsd-ports/net/GeoIP/files/geoipupdate.sh
Martin Wilke 33372939c6 - Fix Country database url
PR:		129124
Submitted by:	Bogdan Culibrk <bc@default.rs>
Approved by:	maintainer
2008-12-01 21:15:44 +00:00

5 lines
155 B
Bash

#!/bin/sh
cd /tmp
fetch http://64.246.48.99/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
gunzip GeoIP.dat.gz
mv -f GeoIP.dat /usr/local/share/GeoIP