From 05d9b569c6755214e5a93df70d21977c56ce7218 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Feb 2003 13:16:32 +0000 Subject: add XF86Config and XF86Config-4 to report.bug --- perl-install/any.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index ab6d559c2..235033fa9 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -743,6 +743,8 @@ sub report_bug { header("modules.conf"), cat_("$prefix/etc/modules.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("XF86Config-4"), cat_("$prefix/etc/X11/XF86Config-4"), header("/etc/modules"), cat_("$prefix/etc/modules"), map_index { even($::i) ? header($_) : $_ } @other; } -- cgit v1.2.1