summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 719286f)
raw | patch | inline | side by side (parent: 719286f)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 15 Jul 2012 11:04:09 +0000 (13:04 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 15 Jul 2012 11:04:09 +0000 (13:04 +0200) |
contrib/migrate-4-5.px | patch | blob | history |
diff --git a/contrib/migrate-4-5.px b/contrib/migrate-4-5.px
index c39b51b655bf249c229b513009667b7a7c5dc074..c2a95558b236e96477e94884c0ab703ff4fd942a 100755 (executable)
--- a/contrib/migrate-4-5.px
+++ b/contrib/migrate-4-5.px
print "mkdir -p \"$dir/$plugin-$type_inst\"\n";
if (($plugin eq 'df') and ($type eq 'df'))
{
- print "$RRDFilter --infile=\"$path\" --outfile=\"$dir/$plugin-$type_inst/df_complex-free.rrd --map free:value\n";
- print "$RRDFilter --infile=\"$path\" --outfile=\"$dir/$plugin-$type_inst/df_complex-used.rrd --map used:value\n";
+ print "$RRDFilter --infile=\"$path\" --outfile=\"$dir/$plugin-$type_inst/df_complex-free.rrd\" --map free:value\n";
+ print "$RRDFilter --infile=\"$path\" --outfile=\"$dir/$plugin-$type_inst/df_complex-used.rrd\" --map used:value\n";
}
else
{