SOURCES: ntop.init - check for passwordfile for init state

glen glen at pld-linux.org
Mon Jan 2 02:03:24 CET 2006


Author: glen                         Date: Mon Jan  2 01:03:24 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- check for passwordfile for init state

---- Files affected:
SOURCES:
   ntop.init (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SOURCES/ntop.init
diff -u SOURCES/ntop.init:1.6 SOURCES/ntop.init:1.7
--- SOURCES/ntop.init:1.6	Mon Jan  2 01:31:31 2006
+++ SOURCES/ntop.init	Mon Jan  2 02:03:19 2006
@@ -36,7 +36,7 @@
 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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/ntop.init?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list