summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug_report
blob: 4911fcb419f50de7b4b1ce07d26ee792ea9b044d (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' => cat_('/etc/redhat-release'),
);

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