summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-11-26 13:43:34 +0000
committerThierry Vignaud <tv@mandriva.org>2008-11-26 13:43:34 +0000
commite0ff8cb646a48374861a1b1623f904294b24287d (patch)
tree4a9c4a6b36490f4c75802d60c9f039e57c4322d9
parent69646a4169b6478cd43fdf16b3f41abc996eb1b4 (diff)
downloaddrakx-backup-do-not-use-e0ff8cb646a48374861a1b1623f904294b24287d.tar
drakx-backup-do-not-use-e0ff8cb646a48374861a1b1623f904294b24287d.tar.gz
drakx-backup-do-not-use-e0ff8cb646a48374861a1b1623f904294b24287d.tar.bz2
drakx-backup-do-not-use-e0ff8cb646a48374861a1b1623f904294b24287d.tar.xz
drakx-backup-do-not-use-e0ff8cb646a48374861a1b1623f904294b24287d.zip
write distro release in bug description
-rw-r--r--perl-install/NEWS2
-rwxr-xr-xperl-install/standalone/drakbug3
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");