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

Comparing projects/cms/source/host/generic/statgrab.pl (file contents):
Revision 1.14 by pjm2, Sun Jan 28 19:50:15 2001 UTC vs.
Revision 1.16 by pjm2, Sun Jan 28 19:57:40 2001 UTC

# Line 107 | Line 107 | sub include_users() {
107  
108      # Find out all users on this machine.
109      my($users) = `$usersbin`;
110 <    chop($users);
110 >    $users = "\n" unless defined $users;
111 >    chop $users;
112      my($users_count) = 0;
113      $users_count++ while $users =~ /\w+/g;
114      my($users_list) = $users;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines