diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-11-28 17:06:51 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-11-28 17:06:51 +0000 |
commit | 62cde05da1d6b6d5d9a7ac4270e3dbddc491044e (patch) | |
tree | d2adcd635792955787441d80dc227116e4b67532 /perl-install | |
parent | 08426783bf981d9fc2b20f9c5a606062262cc400 (diff) | |
download | drakx-62cde05da1d6b6d5d9a7ac4270e3dbddc491044e.tar drakx-62cde05da1d6b6d5d9a7ac4270e3dbddc491044e.tar.gz drakx-62cde05da1d6b6d5d9a7ac4270e3dbddc491044e.tar.bz2 drakx-62cde05da1d6b6d5d9a7ac4270e3dbddc491044e.tar.xz drakx-62cde05da1d6b6d5d9a7ac4270e3dbddc491044e.zip |
add modules.conf in report.bug
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 1 |
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; } |