Changes of Revision 4
[-] [+] | Changed | ntopng.spec |
[-] [+] | Added | ntopng-init.patch ^ |
@@ -0,0 +1,11 @@ +--- 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" |