geoip: use /usr/share/xt_geoip instead of /var/geoip

This commit is contained in:
Jan Engelhardt
2009-12-31 16:37:42 +01:00
parent 7952a7d253
commit 1945c545dd
3 changed files with 7 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
#include <unistd.h>
#include <xtables.h>
#include "xt_geoip.h"
#define GEOIP_DB_DIR "/var/geoip"
#define GEOIP_DB_DIR "/usr/share/xt_geoip"
static void geoip_help(void)
{