ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/ihost-perl/ihost.pl
(Generate patch)

Comparing projects/cms/source/host/ihost-perl/ihost.pl (file contents):
Revision 1.34 by pjm2, Thu Mar 22 08:53:59 2001 UTC vs.
Revision 1.35 by tdb, Wed Nov 14 14:17:12 2001 UTC

# Line 75 | Line 75 | while (1) {
75      else {
76          $delay = $next_tcp;
77      }
78 <    `sleep $delay`;
78 >    sleep $delay;
79   }
80  
81   # we'll probably never get here...
# Line 90 | Line 90 | exit(0);
90   #-----------------------------------------------------------------------
91   sub wait_then_retry() {
92      print "Will retry configuration with filter manager in $retry_wait seconds.\n";
93 <    `sleep $retry_wait`;
93 >    sleep $retry_wait;
94   }
95  
96  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines