[torrus-commit] src/perllib/Torrus Monitor.pm,1.2,1.3
Brought to you by:
ssinyagin
|
From: Stanislav S. <ssi...@us...> - 2004-12-15 10:08:53
|
Update of /cvsroot/torrus/src/perllib/Torrus In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12159/perllib/Torrus Modified Files: Monitor.pm Log Message: monitor updated Index: Monitor.pm =================================================================== RCS file: /cvsroot/torrus/src/perllib/Torrus/Monitor.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Monitor.pm 13 Dec 2004 08:49:08 -0000 1.2 +++ Monitor.pm 15 Dec 2004 10:08:42 -0000 1.3 @@ -336,7 +336,6 @@ $cmd =~ s/\>\;/\>/; $cmd =~ s/\<\;/\</; - $ENV{'TORRUS_HOME'} = $Torrus::Global::prefix; $ENV{'TORRUS_BIN'} = $Torrus::Global::pkgbindir; $ENV{'TORRUS_UPTIME'} = time() - $self->whenStarted(); |