From: Florian Forster Date: Sun, 25 Jun 2006 08:53:36 +0000 (+0200) Subject: Applied all the changes that `git-svnimport' missed. X-Git-Tag: collectd-3.9.3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e38f83225a972d0f64721051f58b97e96b60c117;p=collectd.git Applied all the changes that `git-svnimport' missed. --- diff --git a/contrib/collection.cgi b/contrib/collection.cgi index 51e187de..54cde20b 100755 --- a/contrib/collection.cgi +++ b/contrib/collection.cgi @@ -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/^\./);