diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-20 13:16:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-20 13:16:32 +0000 |
commit | 05d9b569c6755214e5a93df70d21977c56ce7218 (patch) | |
tree | 4f80569d3119451a0db2141b052f0da9a0df0f25 | |
parent | c6c570e92d9c6128c129c52eb4a90c191ebcb554 (diff) | |
download | drakx-05d9b569c6755214e5a93df70d21977c56ce7218.tar drakx-05d9b569c6755214e5a93df70d21977c56ce7218.tar.gz drakx-05d9b569c6755214e5a93df70d21977c56ce7218.tar.bz2 drakx-05d9b569c6755214e5a93df70d21977c56ce7218.tar.xz drakx-05d9b569c6755214e5a93df70d21977c56ce7218.zip |
add XF86Config and XF86Config-4 to report.bug
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |