summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-09-19 12:55:55 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-09-19 12:55:55 +0000
commitb76cbc2eaaaf822ff7cce113cc3dcc1ccfc7bc34 (patch)
treee38e0539d61fa9cfba8d7bfd85c7223697397299
parenta313f8e46d00c7e9def0a2fcf7f266b163461df9 (diff)
downloaddrakx-b76cbc2eaaaf822ff7cce113cc3dcc1ccfc7bc34.tar
drakx-b76cbc2eaaaf822ff7cce113cc3dcc1ccfc7bc34.tar.gz
drakx-b76cbc2eaaaf822ff7cce113cc3dcc1ccfc7bc34.tar.bz2
drakx-b76cbc2eaaaf822ff7cce113cc3dcc1ccfc7bc34.tar.xz
drakx-b76cbc2eaaaf822ff7cce113cc3dcc1ccfc7bc34.zip
update report.bug entries to have current config files
-rw-r--r--perl-install/any.pm6
1 files 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;
}