]> git.pld-linux.org Git - packages/ntop.git/commitdiff
- correct order of arguments so it functions
authoraredridel <aredridel@pld-linux.org>
Tue, 6 Jan 2009 22:50:14 +0000 (22:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntop.init -> 1.9

ntop.init

index 12b325d3ff49ec2776df46de1376c4603b7e1d18..f7e83cd154058aaa9c9a406a0d59bbfd5afda0ef 100644 (file)
--- 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
        # 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
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/ntop
        else
This page took 0.054671 seconds and 4 git commands to generate.