summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/NEWS3
-rwxr-xr-xperl-install/standalone/drakbug5
2 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 10537b753..4e85eae51 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,6 @@
+- drakbug:
+ o regroup misc data in bugzilla
+
Version 13.70 - 22 November 2011
- drakbug:
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug
index 6553d2a4a..0c20313e8 100755
--- a/perl-install/standalone/drakbug
+++ b/perl-install/standalone/drakbug
@@ -275,16 +275,13 @@ sub report_bug_to_bugzilla() {
'comment=' . uri_escape(
if_($incident,
qq(The "$prog" program crashed. Drakbug-$rel caught it.
-Theme name: $theme_name
) . ($text || "Please describe what you were doing when it crashed.") . "\n\n"
. ($error ? $error :
qq(If you can, try to run the "$prog" program from a terminal and copy and paste here any error messages and/or backtrace))
- . if_($segfaulted, qq(
-(interesting part of backtrace is below Perl_pp_fork(), Perl_pp_waitpid() or sighandler):
-)),
)
. qq(
+Theme name: $theme_name
Kernel version = $kernel_release
Distribution=) . cat_('/etc/release')
. if_($cpuinfo, "CPU=$cpuinfo")