Update of /cvsroot/popfile/engine/Proxy
In directory sc8-pr-cvs1:/tmp/cvs-serv17919/Proxy
Modified Files:
Proxy.pm
Log Message:
Start of proxy test suite
Index: Proxy.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Proxy/Proxy.pm,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** Proxy.pm 9 Jul 2003 21:15:39 -0000 1.19
--- Proxy.pm 12 Jul 2003 18:47:34 -0000 1.20
***************
*** 94,98 ****
my $port = $self->config_( 'port' );
my $name = $self->name();
! print <<EOM;
\nCouldn't start the $name proxy because POPFile could not bind to the
--- 94,98 ----
my $port = $self->config_( 'port' );
my $name = $self->name();
! print STDERR <<EOM;
\nCouldn't start the $name proxy because POPFile could not bind to the
***************
*** 104,108 ****
EOM
! return 0;
}
--- 104,108 ----
EOM
! return 0;
}
|