]> git.pld-linux.org Git - packages/ntop.git/commitdiff
- check for passwordfile for init state
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 2 Jan 2006 01:03:19 +0000 (01:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntop.init -> 1.7

ntop.init

index e131a0ba1acca1f6620975dbd803250ae9408be5..b43b5a4ea5bd460965943938e9f801859cbd8587 100644 (file)
--- a/ntop.init
+++ b/ntop.init
@@ -36,7 +36,7 @@ RETVAL=0
 case "$1" in
   start)
        # Check if ntop is initialized
-       if [ ! -f "$NTOP_DIR/addressQueue.db" ]; then
+       if [ ! -f "$NTOP_DIR/ntop_pw.db" ]; then
                nls "ntop is not initialized. Try \"%s init\" before start." "$0"
                exit 6
        fi
This page took 0.069374 seconds and 4 git commands to generate.