From: aredridel Date: Tue, 6 Jan 2009 22:50:14 +0000 (+0000) Subject: - correct order of arguments so it functions X-Git-Tag: auto/th/ntop-3_3_9-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fntop.git;a=commitdiff_plain;h=af056c53c7e35c8927613c4c0ca079635ae8c1d2 - correct order of arguments so it functions Changed files: ntop.init -> 1.9 --- diff --git a/ntop.init b/ntop.init index 12b325d..f7e83cd 100644 --- a/ntop.init +++ b/ntop.init @@ -44,7 +44,7 @@ case "$1" in # Check if the service is already running? if [ ! -f /var/lock/subsys/ntop ]; then msg_starting ntop - daemon ntop -d -P $NTOP_DIR @/etc/ntop.conf + daemon ntop @/etc/ntop.conf -d -P $NTOP_DIR RETVAL=$? [ $RETVAL -eq 0 ] && touch /var/lock/subsys/ntop else