From 39de351a918f95c274cc3888eb43f389b9261788 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 2 Feb 2011 04:51:38 +0100 Subject: [PATCH] libxt_geoip: update manual page with new tool syntax --- extensions/libxt_geoip.man | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/extensions/libxt_geoip.man b/extensions/libxt_geoip.man index 5683bcc..fc966df 100644 --- a/extensions/libxt_geoip.man +++ b/extensions/libxt_geoip.man @@ -15,9 +15,8 @@ with the source package, and which should be available in compiled packages in /usr/lib(exec)/xtables-addons/. The first command retrieves CSV files from MaxMind, while the other two build packed bisectable range files: .PP -cd /tmp; $path/to/geoip_download.sh; +mkdir -p /usr/share/xt_geoip; cd /tmp; $path/to/xt_geoip_dl; .PP -$path/to/geoip_build_db.pl -D /usr/share/xt_geoip/LE -$path/to/geoip_build_db.pl -D /usr/share/xt_geoip/BE -b +$path/to/xt_geoip_build -D /usr/share/xt_geoip GeoIP*.csv; .PP The shared library is hardcoded to look in these paths, so use them.