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