summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-01-02 14:43:46 +0000
committerOlivier Blin <oblin@mandriva.com>2008-01-02 14:43:46 +0000
commit3095ef05e94cdc1eb6a38f6320fc263af3fc4413 (patch)
tree8449cfe06cefbcd8ab295dddf977cca19e8ddef7 /perl-install
parenta01a0d1b64dae2530ab114ae949db09a089da010 (diff)
downloaddrakx-backup-do-not-use-3095ef05e94cdc1eb6a38f6320fc263af3fc4413.tar
drakx-backup-do-not-use-3095ef05e94cdc1eb6a38f6320fc263af3fc4413.tar.gz
drakx-backup-do-not-use-3095ef05e94cdc1eb6a38f6320fc263af3fc4413.tar.bz2
drakx-backup-do-not-use-3095ef05e94cdc1eb6a38f6320fc263af3fc4413.tar.xz
drakx-backup-do-not-use-3095ef05e94cdc1eb6a38f6320fc263af3fc4413.zip
report crash messages in the bug report only when --incident is used (and not when tools explicitely run drakbug with --report), Titi may provide a better fix
Diffstat (limited to 'perl-install')
-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 d46a1c528..8a6c9f24d 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -3,6 +3,9 @@
o make "Run config tool" available again (#34794)
o mark the service as interactive, so that package requests are
displayed with parallell init
+- drakbug:
+ o report crash messages in the bug report only when --incident is used
+ (and not when tools explicitely run drakbug with --report)
- handle atl2 ethernet driver
Version 10.6 - 11 December 2007, by Thierry Vignaud
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug
index 0b910b2e1..d89490db2 100755
--- a/perl-install/standalone/drakbug
+++ b/perl-install/standalone/drakbug
@@ -172,7 +172,7 @@ gtkadd($window->{window},
'cf_rpmpkg=' . join('-', $product, $version) : ()),
'component=Core%20Packages',
'classification=Mandriva%20Linux',
- if_($prog,
+ if_($incident,
"short_desc=$prog%20" . ($segfaulted ? 'segfaulted' : 'crashed'),
'comment=' . uri_escape(qq(The "$prog" program crashed. Drakbug-$rel caught it.