summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-01-16 09:40:58 +0000
committerThierry Vignaud <tv@mandriva.org>2009-01-16 09:40:58 +0000
commitd8990db649d8adbed810d49e30fc4f097a02867e (patch)
treed414f08cba2b898a396677f375497227ce017a94
parent256dab253b57a6a3aaaaf54475a6868cba706dfd (diff)
downloaddrakx-d8990db649d8adbed810d49e30fc4f097a02867e.tar
drakx-d8990db649d8adbed810d49e30fc4f097a02867e.tar.gz
drakx-d8990db649d8adbed810d49e30fc4f097a02867e.tar.bz2
drakx-d8990db649d8adbed810d49e30fc4f097a02867e.tar.xz
drakx-d8990db649d8adbed810d49e30fc4f097a02867e.zip
do not ask to include kernel version & /proc/cpuinfo since this is done automatically
-rw-r--r--perl-install/NEWS3
-rwxr-xr-xperl-install/standalone/drakbug2
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index cb3450ad9..f816efa35 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,6 @@
+- drakbug:
+ o do not ask to include kernel version & /proc/cpuinfo since this is
+ done automatically
- diskdrake:
o --smb: fix netbios name resolution (#42483, thanks to Derek Jennings)
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug
index f99cf0a04..a96be6a94 100755
--- a/perl-install/standalone/drakbug
+++ b/perl-install/standalone/drakbug
@@ -147,7 +147,7 @@ gtkadd($window->{window},
if_($gdb_trace, format_trace_with_message(N("Its gdb trace is:"), $gdb_trace)),
),
[
- N("To submit a bug report, click on the report button. \nThis will open a web browser window on %s where you'll find a form to fill in. The information displayed above will be transferred to that server. \nThings useful to include in your report are the output of lspcidrake -v, kernel version, and /proc/cpuinfo.", $wizard_name)
+ N("To submit a bug report, click on the report button. \nThis will open a web browser window on %s where you'll find a form to fill in. The information displayed above will be transferred to that server. \nThings useful to include in your report are the output of lspcidrake -v.", $wizard_name)
]
])),
0, gtknew('Title2', label => N("Please describe what you were doing when it crashed:"), width => $width),