]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
geoip: prefix tools with xt_
authorJan Engelhardt <jengelh@medozas.de>
Fri, 17 Dec 2010 21:08:15 +0000 (22:08 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Fri, 17 Dec 2010 21:08:15 +0000 (22:08 +0100)
This is preferable to have when manpages go into system locations.

geoip/Makefile.am
geoip/xt_geoip_build [moved from geoip/geoip_build_db.pl with 100% similarity]
geoip/xt_geoip_dl [moved from geoip/geoip_download.sh with 100% similarity]

index be30fe5ce5000c5257c2eee9bb76a42be7be620b..2862ddf0537a95266b5172998019abd5e5e8e0b6 100644 (file)
@@ -1,3 +1,3 @@
 # -*- Makefile -*-
 
-pkglibexec_SCRIPTS = geoip_build_db.pl geoip_download.sh
+pkglibexec_SCRIPTS = xt_geoip_build xt_geoip_dl
similarity index 100%
rename from geoip/geoip_build_db.pl
rename to geoip/xt_geoip_build
similarity index 100%
rename from geoip/geoip_download.sh
rename to geoip/xt_geoip_dl