/[cricket]/parse_ntpq.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /parse_ntpq.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Fri Jul 19 07:34:38 2002 UTC revision 1.3 by dpavlin, Thu Nov 7 08:33:30 2002 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl -w  #!/usr/bin/perl -w
2    
3  # Based on work of Matthew.Stier@fnc.fujitsu.com  # Based on work of Matthew.Stier@fnc.fujitsu.com
4    #
5    # Dobrica Pavlinusic <dpavlin@rot13.org>
6    # http://www.rot13.org/~dpavlin/sysadm.html
7    #
8    # Usage: parse_ntpq.pl host peer
9    
10  use strict;  use strict;
11    
# Line 15  use strict; Line 20  use strict;
20    
21  # Test for the number of arguments  # Test for the number of arguments
22  if ($#ARGV != 1) {  if ($#ARGV != 1) {
23          print STDERR "usage: $0 host peer\n";          print STDERR "usage: $0 host [peer|--config]\n";
24          exit 1;          exit 1;
25  }  }
26    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26