Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 2801a4611ab374c8a99027b56516c3c1 > files > 2

ntop-3.3-1mdv2008.0.src.rpm

--- report.c	2007-08-08 15:01:10.000000000 +0200
+++ report.c.oden	2007-08-08 15:02:15.000000000 +0200
@@ -2302,7 +2302,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 */
    }