summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug_report
blob: 3e433adc11e75baacbd071c75b56645a41d8dc5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl

use lib qw(/usr/lib/libDrakX);

use any;

my %other = (
    'rpm -qa' => join('', sort `rpm -qa`),
    'mandrake version' => join ('', `cat /etc/redhat-release`),
);

print any::report_bug('', %other);