summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-11-22 21:52:45 +0000
committerThierry Vignaud <tv@mageia.org>2011-11-22 21:52:45 +0000
commit180c89e87b8f0507e8838de1127417dd4a7b8ef9 (patch)
treefe65e9902fad64f53afae99af0d35d36500768f6 /perl-install/standalone/drakbug
parentc52e25e869683f075d8da3b46cd57e0e727010ef (diff)
downloaddrakx-180c89e87b8f0507e8838de1127417dd4a7b8ef9.tar
drakx-180c89e87b8f0507e8838de1127417dd4a7b8ef9.tar.gz
drakx-180c89e87b8f0507e8838de1127417dd4a7b8ef9.tar.bz2
drakx-180c89e87b8f0507e8838de1127417dd4a7b8ef9.tar.xz
drakx-180c89e87b8f0507e8838de1127417dd4a7b8ef9.zip
(report_bug_to_bugzilla) regroup misc data in bugzilla
Diffstat (limited to 'perl-install/standalone/drakbug')
-rwxr-xr-xperl-install/standalone/drakbug5
1 files changed, 1 insertions, 4 deletions
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")