diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpmi.files.5.pod | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pod/urpmi.files.5.pod b/pod/urpmi.files.5.pod index 87b09c3a..623ba8bf 100644 --- a/pod/urpmi.files.5.pod +++ b/pod/urpmi.files.5.pod @@ -32,6 +32,11 @@ files that can be used by minimal closure algorithm. If these files are not present, hdlist files will be used instead to resolve dependencies (but this is much slower). +=item I<< /var/lib/urpmi/names.<media_name> >> + +Contains the list of package names per media. This is generated by urpmi for external programs +(namely bash-completion) + =item I</etc/urpmi/urpmi.cfg> Contains media descriptions. See urpmi.cfg(5). @@ -71,6 +76,12 @@ B<url=http://....> which is the URL of a document that lists the available mirrors. The default is to use F<http://www.mandrivalinux.com/mirrorsfull.list>. +=item I</etc/urpmi/netrc> + +This file is handled by urpmi: when adding a media from an URL containing a +password, urpmi will remove the password from the URL written into urpmi.cfg +and write it in this file. + =back =head1 SEE ALSO |