diff options
| author | Mystery Man <unknown@mandriva.org> | 2002-06-13 16:15:36 +0000 |
|---|---|---|
| committer | Mystery Man <unknown@mandriva.org> | 2002-06-13 16:15:36 +0000 |
| commit | f6b1f4a66cef635a90213504ebebe8387f43a595 (patch) | |
| tree | 30ddcf857393f7ae6ab825816285d7eb429ecc75 /perl-install/standalone/drakbug_report | |
| parent | f55dff2ba8cd925679728455a9a8b47654d14a44 (diff) | |
| download | drakx-1_1_7_99mdk.tar drakx-1_1_7_99mdk.tar.gz drakx-1_1_7_99mdk.tar.bz2 drakx-1_1_7_99mdk.tar.xz drakx-1_1_7_99mdk.zip | |
This commit was manufactured by cvs2svn to create tag 'V1_1_7_99mdk'.V1_1_7_99mdk
Diffstat (limited to 'perl-install/standalone/drakbug_report')
| -rwxr-xr-x | perl-install/standalone/drakbug_report | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/perl-install/standalone/drakbug_report b/perl-install/standalone/drakbug_report deleted file mode 100755 index 6b70acb35..000000000 --- a/perl-install/standalone/drakbug_report +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/perl - -use lib qw(/usr/lib/libDrakX); - -use MDK::Common; -use any; - -my %other = ( - 'rpm -qa' => join('', sort `rpm -qa`), - 'mandrake version' => cat_('/etc/redhat-release'), - 'df' => join('', `df`), -); - -print any::report_bug('', %other); |
