Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30487
Modified Files:
ntop
Log Message:
name of script was not defined, this caused setup to hang
Index: ntop
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/ntop,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ntop 16 Sep 2004 13:37:03 -0000 1.4
+++ ntop 23 Oct 2004 00:13:50 -0000 1.5
@@ -22,6 +22,7 @@
# source functions and config
source $MYDIR/settings
+MYNAME="NTOP"
case $1 in
build )
|