Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
ntop
> dotpath-3.3.7.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File dotpath-3.3.7.diff of Package ntop (Revision 55)
Currently displaying revision
55
,
show latest
--- 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 */ }