ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/apache2-frontend/check
(Generate patch)

Comparing apache2-frontend/check (file contents):
Revision 1.3 by root, Thu Jun 18 15:31:13 2015 UTC vs.
Revision 1.4 by root, Thu Jun 18 16:35:01 2015 UTC

10 chomp; 10 chomp;
11 next if /^#/; 11 next if /^#/;
12 12
13 my ($url, $content) = split /\t+/; 13 my ($url, $content) = split /\t+/;
14 14
15 $url =~ s,^([^/]+)/,$1:34567/,; 15 $url =~ s,^([^/]+)/,$1:34567/, if $ARGV[0] eq "-t";
16 16
17 $url = "http://$url"; 17 $url = "http://$url";
18 18
19 my $res = get $url; 19 my $res = get $url;
20 20

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines