A couple of fixes and some man-pages for the MaxMind geoip scripts. Jeremy Sowden (4): geoip: remove superfluous xt_geoip_fetch_maxmind script. geoip: fix man-page typo'. geoip: add man-pages for MaxMind scripts. geoip: use correct download URL for MaxMind DB's. geoip/Makefile.am | 6 ++- geoip/xt_geoip_build_maxmind.1 | 40 ++++++++++++++ geoip/xt_geoip_dl_maxmind | 12 ++++- geoip/xt_geoip_dl_maxmind.1 | 22 ++++++++ geoip/xt_geoip_fetch.1 | 2 +- geoip/xt_geoip_fetch_maxmind | 95 ---------------------------------- 6 files changed, 77 insertions(+), 100 deletions(-) create mode 100644 geoip/xt_geoip_build_maxmind.1 create mode 100644 geoip/xt_geoip_dl_maxmind.1 delete mode 100755 geoip/xt_geoip_fetch_maxmind -- 2.29.2