mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- add the missing file in my previous commit
This commit is contained in:
parent
5ce08c8e52
commit
b055fdf48b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216263
5
net/GeoIP/files/geoipupdate.sh
Normal file
5
net/GeoIP/files/geoipupdate.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
cd /tmp
|
||||
fetch http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz
|
||||
gunzip GeoIP.dat.gz
|
||||
mv -f GeoIP.dat /usr/local/share/GeoIP
|
Loading…
Reference in New Issue
Block a user