--- projects/cms/source/host/ihost-perl/ihost.pl 2001/03/12 23:20:43 1.25 +++ projects/cms/source/host/ihost-perl/ihost.pl 2001/03/12 23:51:15 1.26 @@ -10,7 +10,7 @@ # - pjm2@ukc.ac.uk # # $Author: tdb $ -# $Id: ihost.pl,v 1.25 2001/03/12 23:20:43 tdb Exp $ +# $Id: ihost.pl,v 1.26 2001/03/12 23:51:15 tdb Exp $ #------------------------------------------------------------ $| = 1; @@ -46,7 +46,7 @@ $filter_manager_port = $ARGV[1]; $seq_no = 1; # write our PID to a file -$pidfile = "ihost.pid"; +$pidfile = "/var/tmp/ihost.pid"; &write_pid(); &tcp_configure();