diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-11-26 13:43:34 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-11-26 13:43:34 +0000 |
commit | e0ff8cb646a48374861a1b1623f904294b24287d (patch) | |
tree | 4a9c4a6b36490f4c75802d60c9f039e57c4322d9 /perl-install | |
parent | 69646a4169b6478cd43fdf16b3f41abc996eb1b4 (diff) | |
download | drakx-e0ff8cb646a48374861a1b1623f904294b24287d.tar drakx-e0ff8cb646a48374861a1b1623f904294b24287d.tar.gz drakx-e0ff8cb646a48374861a1b1623f904294b24287d.tar.bz2 drakx-e0ff8cb646a48374861a1b1623f904294b24287d.tar.xz drakx-e0ff8cb646a48374861a1b1623f904294b24287d.zip |
write distro release in bug description
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rwxr-xr-x | perl-install/standalone/drakbug | 3 |
2 files changed, 4 insertions, 1 deletions
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"); |