diff options
author | Daouda Lo <daouda@mandriva.com> | 2001-09-12 13:06:19 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2001-09-12 13:06:19 +0000 |
commit | 76ef9fa4aceed42192080f983efb24dfc16fff5d (patch) | |
tree | f0618077173b21f554f5114647aa218ebbaae170 /perl-install/standalone | |
parent | ed95488bbb2420c7d0eb6779b21aee493cd8f3e2 (diff) | |
download | drakx-backup-do-not-use-76ef9fa4aceed42192080f983efb24dfc16fff5d.tar drakx-backup-do-not-use-76ef9fa4aceed42192080f983efb24dfc16fff5d.tar.gz drakx-backup-do-not-use-76ef9fa4aceed42192080f983efb24dfc16fff5d.tar.bz2 drakx-backup-do-not-use-76ef9fa4aceed42192080f983efb24dfc16fff5d.tar.xz drakx-backup-do-not-use-76ef9fa4aceed42192080f983efb24dfc16fff5d.zip |
add Mandrake release section
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakbug_report | 1 |
1 files changed, 1 insertions, 0 deletions
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); |