From e0ff8cb646a48374861a1b1623f904294b24287d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 26 Nov 2008 13:43:34 +0000 Subject: write distro release in bug description --- perl-install/NEWS | 2 ++ perl-install/standalone/drakbug | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index b8dcaa24f..945d1df12 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,7 @@ - handle new driver: o network: et131x, smsc95xx +- drakbug: + o write distro release in bug description - finish-install: o show only installed 3D desktops diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 40e12e495..f99cf0a04 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -268,7 +268,8 @@ $gdb_trace)), ) . qq( Kernel version = $kernel_release -) . if_($cpuinfo, "CPU=$cpuinfo") +Distribution=) . cat_('/etc/release') +. if_($cpuinfo, "CPU=$cpuinfo") ), ); print($bugzilla_url . "?" . $options . "\n"); -- cgit v1.2.1