From: Heiko Z. <smi...@us...> - 2004-10-23 00:12:36
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30094/scripts Modified Files: Tag: rel-1-2-patches 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.3.2.1 retrieving revision 1.3.2.2 diff -u -d -r1.3.2.1 -r1.3.2.2 --- ntop 16 Sep 2004 13:37:48 -0000 1.3.2.1 +++ ntop 23 Oct 2004 00:12:24 -0000 1.3.2.2 @@ -22,6 +22,7 @@ # source functions and config source $MYDIR/settings +MYNAME="NTOP" case $1 in build ) |