mirror of
https://git.proxmox.com/git/dab
synced 2025-10-05 00:44:39 +00:00
some whitespace/indentation fixes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4d4e94fca6
commit
ba599cd091
5
DAB.pm
5
DAB.pm
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user