From: Sebastian Harl Date: Sun, 15 Jul 2012 10:22:06 +0000 (+0200) Subject: Fixed migrate-4-5-df.dpatch: Added missing end quotes. X-Git-Tag: collectd-5.1.0-3^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8c23781c7d9a77abbd2443208b0f73af5645bce4;p=pkg-collectd.git Fixed migrate-4-5-df.dpatch: Added missing end quotes. --- diff --git a/debian/patches/migrate-4-5-df.dpatch b/debian/patches/migrate-4-5-df.dpatch index a8f6c07..6c6f3a9 100755 --- a/debian/patches/migrate-4-5-df.dpatch +++ b/debian/patches/migrate-4-5-df.dpatch @@ -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 + {