]> git.pld-linux.org Git - packages/ntop.git/commitdiff
- fixed typo
authorhawk <hawk@pld-linux.org>
Mon, 28 Feb 2011 11:20:40 +0000 (11:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntop.init -> 1.11

ntop.init

index 073fcd040cf61335b8e6c8635919ad439b27825c..2745ca22e7887ba220abf861158d58d15efa3b29 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
-               daemon --redirdfs /usr/sbin/ntop @/etc/ntop.conf -d -P $NTOP_DIR
+               daemon --redirfds /usr/sbin/ntop @/etc/ntop.conf -d -P $NTOP_DIR
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/ntop
        else
This page took 0.05759 seconds and 4 git commands to generate.