summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-03-12 15:05:05 +0000
committerFrancois Pons <fpons@mandriva.com>2003-03-12 15:05:05 +0000
commitce0e080b58b3d8486f9575a6280a8927c9dfe82e (patch)
tree4279fa2ccfa0ab219de08b9bd484dc92585fdea0
parent4ad72b23421f5034c11e73e70381c97d727c364f (diff)
downloaddrakx-backup-do-not-use-ce0e080b58b3d8486f9575a6280a8927c9dfe82e.tar
drakx-backup-do-not-use-ce0e080b58b3d8486f9575a6280a8927c9dfe82e.tar.gz
drakx-backup-do-not-use-ce0e080b58b3d8486f9575a6280a8927c9dfe82e.tar.bz2
drakx-backup-do-not-use-ce0e080b58b3d8486f9575a6280a8927c9dfe82e.tar.xz
drakx-backup-do-not-use-ce0e080b58b3d8486f9575a6280a8927c9dfe82e.zip
added log for kernel module packages found.
-rw-r--r--perl-install/install_any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 702eb761e..3ce32dfb9 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -1172,6 +1172,7 @@ sub check_kernel_module_packages {
$p->flag_available or next;
my $name = "$base_name$ext-$version_release";
pkgs::packageByName($do->{o}{packages}, $name) or next;
+ log::l("found kernel module packages $name");
push @rpms, $name;
}
@rpms > 0 and return [ @rpms, if_($ext_name, $ext_name) ];