--- trunk2/tools/mon_webpac 2004/06/10 19:22:40 337 +++ trunk2/tools/mon_webpac 2004/09/11 08:36:38 422 @@ -3,10 +3,10 @@ # this script will monitor webpac and store results into # /tmp/webpac.$$ -echo "trying to find webpac (all2xml.pl) pid... press ctrl+c to abort" +echo "trying to find webpac (all2all.pl) pid... press ctrl+c to abort" pid="" while [ -z "$pid" ] ; do - pid=`ps -o pid --no-header -C all2xml.pl | sed 's/ //g'` + pid=`ps -o pid --no-header -C all2all.pl | sed 's/ //g'` if [ -z "$pid" ] ; then sleep 1; echo -n "."