summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9dbe847)
raw | patch | inline | side by side (parent: 9dbe847)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 13 May 2008 14:56:17 +0000 (16:56 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 13 May 2008 14:56:17 +0000 (16:56 +0200) |
How the hell did that get there..?
contrib/cussh.pl | patch | blob | history |
diff --git a/contrib/cussh.pl b/contrib/cussh.pl
index d4126bfdeeaaaff09bd99d0f497a6472c793d351..f25c1552270e89dd836f7ef78ec8d3853c005197 100755 (executable)
--- a/contrib/cussh.pl
+++ b/contrib/cussh.pl
print $$string . $/;
my ($h, $p, $pi, $t, $ti) =
-<<<<<<< collectd-4.3:contrib/cussh.pl
- $$string =~ m/^(\w+)\/(\w+)(?:-(\w+))?\/(\w+)(?:-(\w+))?\s+/;
-=======
$$string =~ m#^([^/]+)/([^/-]+)(?:-([^/]+))?/([^/-]+)(?:-([^/]+))?\s*#;
->>>>>>> local:contrib/cussh.pl
$$string = $';
return if ((! $h) || (! $p) || (! $t));