From e2da87230aa69348a1ed5147302ffaa8fcf4e20f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 17 Dec 2010 22:08:15 +0100 Subject: [PATCH] geoip: prefix tools with xt_ This is preferable to have when manpages go into system locations. --- geoip/Makefile.am | 2 +- geoip/{geoip_build_db.pl => xt_geoip_build} | 0 geoip/{geoip_download.sh => xt_geoip_dl} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename geoip/{geoip_build_db.pl => xt_geoip_build} (100%) rename geoip/{geoip_download.sh => xt_geoip_dl} (100%) diff --git a/geoip/Makefile.am b/geoip/Makefile.am index be30fe5..2862ddf 100644 --- a/geoip/Makefile.am +++ b/geoip/Makefile.am @@ -1,3 +1,3 @@ # -*- Makefile -*- -pkglibexec_SCRIPTS = geoip_build_db.pl geoip_download.sh +pkglibexec_SCRIPTS = xt_geoip_build xt_geoip_dl diff --git a/geoip/geoip_build_db.pl b/geoip/xt_geoip_build similarity index 100% rename from geoip/geoip_build_db.pl rename to geoip/xt_geoip_build diff --git a/geoip/geoip_download.sh b/geoip/xt_geoip_dl similarity index 100% rename from geoip/geoip_download.sh rename to geoip/xt_geoip_dl