File dotpath.diff of Package ntop
--- report.c.orig 2009-05-21 21:55:11.000000000 +0000
+++ report.c 2009-07-21 07:52:20.000000000 +0000
@@ -2305,7 +2305,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 */
}