From 62cde05da1d6b6d5d9a7ac4270e3dbddc491044e Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 28 Nov 2001 17:06:51 +0000 Subject: add modules.conf in report.bug --- perl-install/any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/any.pm') 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; } -- cgit v1.2.1