summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cc6273b)
raw | patch | inline | side by side (parent: cc6273b)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 15 Jul 2012 10:22:06 +0000 (12:22 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 15 Jul 2012 10:22:06 +0000 (12:22 +0200) |
debian/patches/migrate-4-5-df.dpatch | patch | blob | history |
index a8f6c07db815fa71ed2ade71ee82ff72a54a6d00..6c6f3a9d7f0b6020ddbbe515f4b87ceb2f41e3d8 100755 (executable)
- print "mv \"$path\" \"$dir/$plugin-$type_inst/$type.rrd\"\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
+ {