Code

Fixed migrate-4-5-df.dpatch: Added missing end quotes. collectd-5.1.0-3
authorSebastian Harl <sh@tokkee.org>
Sun, 15 Jul 2012 10:22:06 +0000 (12:22 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 15 Jul 2012 10:22:06 +0000 (12:22 +0200)
debian/patches/migrate-4-5-df.dpatch

index a8f6c07db815fa71ed2ade71ee82ff72a54a6d00..6c6f3a9d7f0b6020ddbbe515f4b87ceb2f41e3d8 100755 (executable)
@@ -25,8 +25,8 @@ index d3ff796..c39b51b 100755
 -    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
 +    {