geoip: rename xt_geoip_fetch to xt_geoip_query

"fetch" sounds a bit like "download", but that is not what this
utility does. Calling it "query" seems more appropriate.
This commit is contained in:
Jan Engelhardt
2020-11-22 17:44:51 +01:00
parent 6504f251c6
commit a1b3d81ccb
3 changed files with 9 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
# -*- Makefile -*-
bin_SCRIPTS = xt_geoip_fetch
bin_SCRIPTS = xt_geoip_query
pkglibexec_SCRIPTS = xt_geoip_build xt_geoip_build_maxmind xt_geoip_dl xt_geoip_dl_maxmind
man1_MANS = xt_geoip_build.1 xt_geoip_dl.1 \
xt_geoip_build_maxmind.1 xt_geoip_dl_maxmind.1 \
xt_geoip_fetch.1
xt_geoip_query.1