Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > e040be33413176706a6d339797291c39 > files > 4

ntop-5.0.1-3.mga3.src.rpm

--- report.c	2008-08-17 13:19:05.000000000 +0200
+++ report.c.oden	2008-08-17 13:19:27.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 */
   }