diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-17 11:36:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-17 11:36:20 +0000 |
commit | 073f7047d61bd8f85485251c8013b65589cbf9e2 (patch) | |
tree | 006b556f34013bd74de35d23a5d11d7634bc67de /perl-install/any.pm | |
parent | 6036374a6232207f171084298753c7eeb1a31763 (diff) | |
download | drakx-073f7047d61bd8f85485251c8013b65589cbf9e2.tar drakx-073f7047d61bd8f85485251c8013b65589cbf9e2.tar.gz drakx-073f7047d61bd8f85485251c8013b65589cbf9e2.tar.bz2 drakx-073f7047d61bd8f85485251c8013b65589cbf9e2.tar.xz drakx-073f7047d61bd8f85485251c8013b65589cbf9e2.zip |
- report_bug: hide grub password (#33634)
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 3311f87e8..920d319b1 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1059,7 +1059,7 @@ sub report_bug { header("fstab"), cat_("$::prefix/etc/fstab"), header("modprobe.conf"), cat_("$::prefix/etc/modprobe.conf"), header("lilo.conf"), cat_("$::prefix/etc/lilo.conf"), - header("grub: menu.lst"), cat_("$::prefix/boot/grub/menu.lst"), + header("grub: menu.lst"), join('', map { s/^(\s*password)\s+(.*)/$1 xxx/; $_ } cat_("$::prefix/boot/grub/menu.lst")), header("grub: install.sh"), cat_("$::prefix/boot/grub/install.sh"), header("grub: device.map"), cat_("$::prefix/boot/grub/device.map"), header("xorg.conf"), cat_("$::prefix/etc/X11/xorg.conf"), |