some whitespace/indentation fixes

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-10-14 09:59:42 +02:00
parent 4d4e94fca6
commit ba599cd091

5
DAB.pm
View File

@ -1574,8 +1574,7 @@ EOD
$self->ve_divert_add ("/sbin/udevd");
if ($suite eq 'etch') {
# disable apache2 startup
write_file ("NO_START=1\n", "$rootdir/etc/default/apache2");
write_file ("NO_START=1\n", "$rootdir/etc/default/apache2"); # disable apache2 startup
}
$self->logmsg ("configure required packages\n");
@ -1757,7 +1756,7 @@ sub compute_required {
my $instpkgs = $self->read_installed ();
my $closure = {};
__record_provides ($pkginfo, $closure, [keys %$instpkgs]);
__record_provides($pkginfo, $closure, [keys $instpkgs->%*]);
return $self->closure ($closure, $pkglist);
}