From b76cbc2eaaaf822ff7cce113cc3dcc1ccfc7bc34 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 19 Sep 2005 12:55:55 +0000 Subject: update report.bug entries to have current config files --- perl-install/any.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-install/any.pm b/perl-install/any.pm index d4f74e102..f97a180dc 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -896,11 +896,11 @@ sub report_bug { header("ddebug.log"), cat_("/tmp/ddebug.log") || cat_("$::prefix/root/drakx/ddebug.log"), header("install.log"), cat_("$::prefix/root/drakx/install.log"), header("fstab"), cat_("$::prefix/etc/fstab"), - header("modules.conf"), cat_("$::prefix/etc/modules.conf"), + header("modprobe.conf"), cat_("$::prefix/etc/modprobe.conf"), header("lilo.conf"), cat_("$::prefix/etc/lilo.conf"), header("menu.lst"), cat_("$::prefix/boot/grub/menu.lst"), - header("XF86Config"), cat_("$::prefix/etc/X11/XF86Config"), - header("/etc/modules"), cat_("$::prefix/etc/modules"), + header("xorg.conf"), cat_("$::prefix/etc/X11/xorg.conf"), + header("modprobe.preload"), cat_("$::prefix/etc/modprobe.preload"), header("sysconfig/i18n"), cat_("$::prefix/etc/sysconfig/i18n"), map_index { even($::i) ? header($_) : $_ } @other; } -- cgit v1.2.1