summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-11-28 17:06:51 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-11-28 17:06:51 +0000
commit62cde05da1d6b6d5d9a7ac4270e3dbddc491044e (patch)
treed2adcd635792955787441d80dc227116e4b67532 /perl-install/any.pm
parent08426783bf981d9fc2b20f9c5a606062262cc400 (diff)
downloaddrakx-backup-do-not-use-62cde05da1d6b6d5d9a7ac4270e3dbddc491044e.tar
drakx-backup-do-not-use-62cde05da1d6b6d5d9a7ac4270e3dbddc491044e.tar.gz
drakx-backup-do-not-use-62cde05da1d6b6d5d9a7ac4270e3dbddc491044e.tar.bz2
drakx-backup-do-not-use-62cde05da1d6b6d5d9a7ac4270e3dbddc491044e.tar.xz
drakx-backup-do-not-use-62cde05da1d6b6d5d9a7ac4270e3dbddc491044e.zip
add modules.conf in report.bug
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 3c7d163ce..45db781a7 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -855,6 +855,7 @@ sub report_bug {
header("ddebug.log"), cat_("/tmp/ddebug.log"),
header("install.log"), cat_("$prefix/root/install.log"),
header("fstab"), cat_("$prefix/etc/fstab"),
+ header("modules.conf"), cat_("$prefix/etc/modules.conf"),
map_index { even($::i) ? header($_) : $_ } @other;
}