# HG changeset patch # User Eric Joseph-Alexandre # Date 1309812556 -7200 # Node ID ef7ffda1c22cd27764258822c7f04aac76a1cae9 # Parent e0da598eadb04da475aee64c4b6bfd9891334f86 ntop: fix init script diff -r e0da598eadb0 -r ef7ffda1c22c ntop/receipt --- a/ntop/receipt Sun Jul 03 09:56:52 2011 +0000 +++ b/ntop/receipt Mon Jul 04 22:49:16 2011 +0200 @@ -51,3 +51,4 @@ done } + diff -r e0da598eadb0 -r ef7ffda1c22c ntop/stuff/etc/init.d/ntop --- a/ntop/stuff/etc/init.d/ntop Sun Jul 03 09:56:52 2011 +0000 +++ b/ntop/stuff/etc/init.d/ntop Mon Jul 04 22:49:16 2011 +0200 @@ -14,7 +14,7 @@ HTTP_PORT="3000" -OPTIONS="-w HTTP_PORT -d" +OPTIONS="-w $HTTP_PORT -d" PIDFILE=/var/run/ntop.pid case "$1" in