From 8c23781c7d9a77abbd2443208b0f73af5645bce4 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 15 Jul 2012 12:22:06 +0200 Subject: [PATCH] Fixed migrate-4-5-df.dpatch: Added missing end quotes. --- debian/patches/migrate-4-5-df.dpatch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + { -- 2.30.2