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.2 by tdb, Sat Jan 20 18:50:28 2001 UTC vs.
Revision 1.3 by tdb, Sat Jan 20 20:04:46 2001 UTC

# Line 21 | Line 21 | $| = 1;
21   # You'd be silly not to use this ;)
22   use strict;
23  
24 + &print_ident();
25   &include_osver();
26   &include_users();
27   &include_top();
# Line 29 | Line 30 | exit(0);
30  
31  
32  
33 + # prints out an identifier for this version of statgrab.pl
34 + # the host should check this when reading data
35 + # means the host must be checked and updated to work with newer versions.
36 + sub print_ident() {
37 +    print '# statgrab.pl $Revision$';
38 +    print "\n";
39 + }
40  
41   # sub to print pairs of data, separated by a single space character.
42   sub print_pair($$) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines