[-]
[+]
|
Changed |
ntop.changes
|
|
[-]
[+]
|
Changed |
ntop.spec
^
|
|
[-]
[+]
|
Added |
dotpath-5.0.1.diff
^
|
@@ -0,0 +1,11 @@
+--- report.c.orig 2008-06-12 09:31:27.000000000 +0200
++++ report.c 2008-06-12 09:44:42.000000000 +0200
+@@ -2301,7 +2301,7 @@
+ if(fetchPrefsValue("dot.path", buf, sizeof(buf)) != -1) {
+ snprintf(dotPath, sizeof(dotPath), "%s", buf);
+ } else {
+- snprintf(dotPath, sizeof(dotPath), "/usr/local/bin/dot");
++ snprintf(dotPath, sizeof(dotPath), "/usr/bin/dot");
+ storePrefsValue("dot.path", dotPath); /* Set the default */
+ }
+
|
|
Changed |
GeoIPASNum.dat.gz
^
|
|
Added |
GeoIPASNumv6.dat.gz
^
|
|
Changed |
GeoLiteCity.dat.gz
^
|
|
Added |
ntop-5.0.1.tar.bz2
^
|
[-]
[+]
|
Added |
update-maxmind-dbs.sh
^
|
@@ -0,0 +1,5 @@
+#!/bin/bash
+wget http://www.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz -O GeoIPASNum.dat.gz
+wget http://www.maxmind.com/download/geoip/database/asnum/GeoIPASNumv6.dat.gz -O GeoIPASNumv6.dat.gz
+wget http://www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz -O GeoLiteCity.dat.gz
+#http://www.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
|