diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-05-08 17:22:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-05-08 17:22:58 +0000 |
commit | 59b6b01294599be3f9eab2f7277ce1a7b626fce8 (patch) | |
tree | b7dfe43215df0f360ee500dc3fdddf5b4984a9af /net | |
parent | 03f6bff777021f410e7cba5501b14893e336ee80 (diff) | |
download | freebsd-ports-59b6b01294599be3f9eab2f7277ce1a7b626fce8.zip |
Stop trying to be a parselmouth.
Diffstat (limited to 'net')
-rw-r--r-- | net/GeoIP/files/geoipupdate.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/GeoIP/files/geoipupdate.sh.in b/net/GeoIP/files/geoipupdate.sh.in index 1099a56c9d8f..748ba02a0291 100644 --- a/net/GeoIP/files/geoipupdate.sh.in +++ b/net/GeoIP/files/geoipupdate.sh.in @@ -4,7 +4,7 @@ # # GEOIP_DB_SERVER: The default download server is geolite.maxmind.com # GEOIP_FETCH_CITY: If set (to anything), download the GeoLite City DB -# GEOIP_FETCH_ASN: If sset, download the GeoIP ASN DB +# GEOIP_FETCH_ASN: If set, download the GeoIP ASN DB GEOIP_DB_SERVER=${GEOIP_DB_SERVER:=geolite.maxmind.com} GEOIP_FETCH_CITY=${GEOIP_FETCH_CITY:=} |