Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
netflow
>
nprobe
> nprobe-GeoIPdat-dir.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nprobe-GeoIPdat-dir.patch of Package nprobe (Revision 33)
Currently displaying revision
33
,
show latest
--- nprobe.c.orig 2010-06-10 17:06:40.868574372 +0200 +++ nprobe.c 2010-06-10 17:07:06.964585222 +0200 @@ -3203,7 +3203,7 @@ #ifdef HAVE_GEOIP if(readOnlyGlobals.geo_ip_asn_db == NULL) - readASs("GeoIPASNum.dat"); + readASs("/usr/lib/nprobe/GeoIPASNum.dat"); if((strstr(readOnlyGlobals.stringTemplate, "_COUNTRY") == NULL) && (strstr(readOnlyGlobals.stringTemplate, "_CITY") == NULL)) { @@ -3213,7 +3213,7 @@ } } else { if(readOnlyGlobals.geo_ip_city_db == NULL) - readCities("GeoLiteCity.dat"); + readCities("/usr/lib/nprobe/GeoLiteCity.dat"); } #endif