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

Comparing projects/cms/source/host/ihost-perl/plugins/perl/i-scream_top.pl (file contents):
Revision 1.3 by tdb, Tue Feb 12 17:13:52 2002 UTC vs.
Revision 1.4 by tdb, Wed Mar 6 21:23:49 2002 UTC

# Line 32 | Line 32 | if ($ostype eq "SunOS") {
32   }
33   elsif ($ostype eq "Linux") {
34      # covers: Debian r2.2
35 <    $topbin = "/usr/bin/top -d1 -n2 -b -p0";
35 >    $topbin = "/usr/bin/top -d1 -n2 -b";
36   }
37   elsif ($ostype eq "FreeBSD") {
38      # covers: FreeBSD 4.X

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines