postinst: Enable escape sequences in debconf notes (Closes: #566539)

svn path=/dists/trunk/linux-2.6/; revision=15001
This commit is contained in:
Ben Hutchings 2010-01-26 03:17:07 +00:00
parent 3c3bda6fe5
commit 13125c9c65
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -48,6 +48,7 @@ linux-2.6 (2.6.32-6) UNRELEASED; urgency=low
* Add stable release 2.6.32.6
* clockevent: Don't remove broadcast device on halt or CPU hotplug
(Closes: #566547)
* postinst: Enable escape sequences in debconf notes (Closes: #566539)
[ Ian Campbell ]
* xen: Enable up to 32G of guest memory on i386.

View File

@ -5,7 +5,7 @@ use Cwd 'abs_path';
use Debconf::Client::ConfModule qw(:all);
use POSIX ();
version('2.0');
my $capb=capb("backup");
my $capb = capb('backup', 'escape');
$|=1;