dougm       01/04/24 20:14:44

  Modified:    lib/ModPerl Config.pm
  Log:
  want httpd -V not -v
  
  Revision  Changes    Path
  1.3       +1 -1      modperl-2.0/lib/ModPerl/Config.pm
  
  Index: Config.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/Config.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Config.pm 2001/04/20 18:25:45     1.2
  +++ Config.pm 2001/04/25 03:14:44     1.3
  @@ -20,7 +20,7 @@
   
       my $test_config = Apache::TestConfig->new;
       my $httpd = $test_config->{vars}->{httpd};
  -    my $command = "$httpd -v";
  +    my $command = "$httpd -V";
       $cfg .= "\n\n*** $command\n";
       $cfg .= qx{$command};
   
  
  
  

Reply via email to