/[cricket]/parse_bind9stat.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_bind9stat.pl

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

revision 1.3 by dpavlin, Mon Jul 1 19:55:38 2002 UTC revision 1.4 by dpavlin, Mon Jul 1 20:01:25 2002 UTC
# Line 2  Line 2 
2    
3  use strict;  use strict;
4    
5  my $bind9_dump = shift @_ || "/var/log/stats.dump";  my $bind9_dump = shift @ARGV || "/var/log/stats.dump";
6  my $rndc = shift @_ || "/usr/sbin/rndc";  my $rndc = shift @ARGV || "/usr/sbin/rndc";
7    
8  system "$rndc stats";  system "$rndc stats";
9    

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

  ViewVC Help
Powered by ViewVC 1.1.26