]> git.pld-linux.org Git - packages/ntop.git/commitdiff
- fix nls bug: "nan before start"
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 16 Jan 2006 15:39:22 +0000 (15:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntop.init -> 1.8

ntop.init

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