@@ -1,20 +1,20 @@
---- 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 @@
+--- nprobe.c.orig 2014-12-18 18:50:10.498865029 +0100
++++ nprobe.c 2014-12-18 18:50:36.007645644 +0100
+@@ -5833,7 +5833,7 @@
#ifdef HAVE_GEOIP
- if(readOnlyGlobals.geo_ip_asn_db == NULL)
-- readASs("GeoIPASNum.dat");
-+ readASs("/usr/lib/nprobe/GeoIPASNum.dat");
+ 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 @@
+ if(!readOnlyGlobals.enableGeoIP) {
+ if(readOnlyGlobals.geo_ip_city_db != NULL) {
+@@ -5842,7 +5842,7 @@
+ }
+ } else {
+ if(readOnlyGlobals.geo_ip_city_db == NULL)
+- readCities("GeoLiteCity.dat");
++ readCities("/usr/lib/nprobe/GeoLiteCity.dat");
}
- } else {
- if(readOnlyGlobals.geo_ip_city_db == NULL)
-- readCities("GeoLiteCity.dat");
-+ readCities("/usr/lib/nprobe/GeoLiteCity.dat");
- }
#endif
|