Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
netflow
>
nprobe
> nprobe-plugindir.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nprobe-plugindir.patch of Package nprobe (Revision 6)
Currently displaying revision
6
,
show latest
--- plugin.c.orig 2010-06-10 17:03:12.689369877 +0200 +++ plugin.c 2010-06-10 17:03:57.541179169 +0200 @@ -46,6 +46,7 @@ #else static char *pluginDirs[] = { "./plugins", "/usr/local/lib/nprobe/plugins", + "/usr/lib/nprobe/plugins", NULL }; #endif