From: Jan Engelhardt Date: Fri, 17 Dec 2010 21:08:15 +0000 (+0100) Subject: geoip: prefix tools with xt_ X-Git-Tag: v1.33~9^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2da87230aa69348a1ed5147302ffaa8fcf4e20f;p=thirdparty%2Fxtables-addons.git geoip: prefix tools with xt_ This is preferable to have when manpages go into system locations. --- 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