Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
netflow
>
nprobe
> nprobe-6.7.3-GeoIPdat-dir.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nprobe-6.7.3-GeoIPdat-dir.patch of Package nprobe
--- nprobe.c.orig 2011-04-03 13:53:36.000000000 +0200 +++ nprobe.c 2011-04-04 10:44:26.309788419 +0200 @@ -3601,7 +3601,7 @@ #ifdef HAVE_GEOIP if(readOnlyGlobals.geo_ip_asn_db == NULL) - readASs("GeoIPASNum.dat"); + readASs("/usr/lib/nprobe/GeoIPASNum.dat"); if(!readOnlyGlobals.enableGeoIP) { if(readOnlyGlobals.geo_ip_city_db != NULL) { @@ -3610,7 +3610,7 @@ } } else { if(readOnlyGlobals.geo_ip_city_db == NULL) - readCities("GeoLiteCity.dat"); + readCities("/usr/lib/nprobe/GeoLiteCity.dat"); } #endif