libxt_geoip: update manual page with new tool syntax

This commit is contained in:
Jan Engelhardt
2011-02-02 04:51:38 +01:00
parent 07bf41a294
commit 39de351a91

View File

@@ -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 /usr/lib(exec)/xtables-addons/. The first command retrieves CSV files from
MaxMind, while the other two build packed bisectable range files: MaxMind, while the other two build packed bisectable range files:
.PP .PP
cd /tmp; $path/to/geoip_download.sh; mkdir -p /usr/share/xt_geoip; cd /tmp; $path/to/xt_geoip_dl;
.PP .PP
$path/to/geoip_build_db.pl -D /usr/share/xt_geoip/LE $path/to/xt_geoip_build -D /usr/share/xt_geoip GeoIP*.csv;
$path/to/geoip_build_db.pl -D /usr/share/xt_geoip/BE -b
.PP .PP
The shared library is hardcoded to look in these paths, so use them. The shared library is hardcoded to look in these paths, so use them.