The following is all that's required to fix the problem: --- cps_.orig 2012-06-20 11:24:31.000000000 +0100 +++ cps_ 2012-06-20 11:24:47.000000000 +0100 @@ -103,7 +103,7 @@
foreach my $vip (sort keys %{$ipvs}) { foreach my $port (sort keys %{$ipvs->{$vip}}) { - print "cps_${vip}_$port\n"; + print "${vip}_$port\n"; } } exit 0; -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org