diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-02-14 20:56:12 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-02-14 20:56:12 +0000 |
commit | e58230418c6031fba4003db36923ae04ca955ee9 (patch) | |
tree | 7c7d70297b6bb86462290afe5cc2128bf2f3fab6 /pod/urpmi-dudf.8.pod | |
parent | a7a01dced4859d77d9b507c41d7638f3ea873193 (diff) | |
download | urpmi-e58230418c6031fba4003db36923ae04ca955ee9.tar urpmi-e58230418c6031fba4003db36923ae04ca955ee9.tar.gz urpmi-e58230418c6031fba4003db36923ae04ca955ee9.tar.bz2 urpmi-e58230418c6031fba4003db36923ae04ca955ee9.tar.xz urpmi-e58230418c6031fba4003db36923ae04ca955ee9.zip |
kill unused DUDF support (mga#4493)
Diffstat (limited to 'pod/urpmi-dudf.8.pod')
-rw-r--r-- | pod/urpmi-dudf.8.pod | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/pod/urpmi-dudf.8.pod b/pod/urpmi-dudf.8.pod deleted file mode 100644 index bc67245e..00000000 --- a/pod/urpmi-dudf.8.pod +++ /dev/null @@ -1,63 +0,0 @@ -=head1 NAME - -urpmi-dudf - the dudf plugin for urpmi - -=head1 SYNOPSIS - - urpmi [options] [package_names | rpm_files...] - urpmi [options] --auto-select - urpmi [options] --force-dudf [package_names | rpm_files...] - urpmi [options] --force-dudf --auto-select - -=head1 DESCRIPTION - -This man page describes only the added functionalities to urpmi installed by -the package urpmi-dudf. -For general urpmi usage and options, see the man page of L<urpmi|urpmi>. - -If an installation or upgrade goes wrong, and urpmi-dudf is installed -urpmi will ask the user to generate and upload an error report. - -This is a part of the Europeen Mancoosi project, -a project to enhance Linux Package Management. - -See L<http://www.mancoosi.org/> for more details. - -=head1 OPTIONS - -=over - -=item B<--force-dudf> - -Will generate and upload a dudf report even if the installation or upgrade went well. - -=back - -=head1 FILES - -=over - -=item B</var/cache/urpmi/dudf/dudf_uploads.log> - -This file contains the log of dudf uploads. - -The format of each line of this log is : - -=over - -<date time of generation> <uid> - -=back - -The user can access to uploaded report by entering the <uid> into the appropriate field -of http://www.mancoosi.org/ - -=back - -=head1 EXIT CODES - -See the man page of urpmi. - -=cut - -$Id: urpmi-dudf.8.pod 263623 2009-11-20 10:24:50Z orosello $ |