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/standalone/drakbug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone') 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