Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
netflow
>
ntopng
> ntopng-init.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ntopng-init.patch of Package ntopng (Revision 4)
Currently displaying revision
4
,
show latest
--- packages/etc/init.d/ntopng.orig 2013-10-04 22:17:41.389388305 +0200 +++ packages/etc/init.d/ntopng 2013-10-04 22:18:29.925205592 +0200 @@ -15,7 +15,7 @@ INTERFACE_NAME=$1 FORCE=$2 - NTOPNG_BINARY=/usr/local/bin/ntopng + NTOPNG_BINARY=/usr/bin/ntopng if [ -f /etc/ntopng/ntopng-${INTERFACE_NAME}.start ] || [ $FORCE -eq 1 ]; then echo "Starting ntopng $INTERFACE_NAME"