Applied all the changes that `git-svnimport' missed. collectd-3.9.3
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 25 Jun 2006 08:53:36 +0000 (10:53 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 25 Jun 2006 08:53:36 +0000 (10:53 +0200)
contrib/collection.cgi

index 51e187d..54cde20 100755 (executable)
@@ -896,7 +896,7 @@ our $GraphMulti =
        ping    => \&output_graph_ping,
        sensors => 1,
        traffic => 1,
-    users => 1
+       users => 1
 };
 
 our @Info;
@@ -1459,7 +1459,7 @@ sub parse_pathinfo
        $AbsDir = $Config->{'Directory'};
        $RelDir = '';
 
-       while (@info and -d $AbsDir . '/' . $Info[0])
+       while (@info and -d $AbsDir . '/' . $info[0])
        {
                my $new = shift (@info);
                next if ($new =~ m/^\./);