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.41 by tdb, Tue Nov 20 12:47:03 2001 UTC vs.
Revision 1.42 by tdb, Wed Nov 21 10:08:20 2001 UTC

# Line 48 | Line 48 | $retry_wait = 60;
48  
49   # write our PID to a file
50   # use home dir by default
51 < $pidfile = $ENV{"HOME"};
51 > #$pidfile = $ENV{"HOME"};
52   # or drop it in /var/tmp if we can't find HOME
53   $pidfile = "/var/tmp" if not defined $pidfile;
54   $pidfile .= "/.ihost.pid";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines