From 76ef9fa4aceed42192080f983efb24dfc16fff5d Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Wed, 12 Sep 2001 13:06:19 +0000 Subject: add Mandrake release section --- perl-install/standalone/drakbug_report | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/standalone/drakbug_report b/perl-install/standalone/drakbug_report index 170b519d9..3e433adc1 100755 --- a/perl-install/standalone/drakbug_report +++ b/perl-install/standalone/drakbug_report @@ -6,6 +6,7 @@ use any; my %other = ( 'rpm -qa' => join('', sort `rpm -qa`), + 'mandrake version' => join ('', `cat /etc/redhat-release`), ); print any::report_bug('', %other); -- cgit v1.2.1