diff options
Diffstat (limited to 'urpmi.update.8')
-rw-r--r-- | urpmi.update.8 | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/urpmi.update.8 b/urpmi.update.8 index 5ce51ce3..fcb899c7 100644 --- a/urpmi.update.8 +++ b/urpmi.update.8 @@ -1,15 +1,18 @@ -.TH urpmi.update 8 "05 Sep 2000" "Mandrakesoft" "Linux-Mandrake" +.TH urpmi.update 8 "05 Apr 2001" "Mandrakesoft" "Linux-Mandrake" .IX urpmi.update .SH NAME urpmi.update \- Updates packages list for specified medias .SH SYNOPSIS -.B urpmi.update <\fIname\fP> +.B urpmi.update [options] [<\fInames\fP>] .SH DESCRIPTION -urpmi.update scans the <\fIname\fP> media to update its packages list. +urpmi.update scans all the <\fInames\fP> media to update their packages list. Usefull for ftp location for example. .PP -<\fIname\fP> is the name you first told to urpmi.addmedia +<\fInames\fP> is a list of name you first told to urpmi.addmedia +.SH OPTION +.IP "\fB\-a\fP" +Select all media that are not using a removable device to update them. .SH FILES /usr/bin/urpmi .br @@ -25,9 +28,15 @@ There is one filelist per media(*). Contain information about all known packages, it's a summary of rpm headers. There is one filelist per media(*). .PP +/var/lib/urpmi/synthesis.hdlist.* +.br +Contain synthesis information about all known packages built from hdlist files +that can be used by minimal closure algorithm. If these files are not present +use \fBurpmi.update -a\fP to generate them. These files are not mandatory. +.PP /etc/urpmi/urpmi.cfg .br -Contains one line <\fIname\fP> <\fIurl\fP> per media. +Contains media description, previous format from older urpmi is accepted. .PP /var/lib/urpmi/depslist.ordered .br @@ -52,15 +61,6 @@ autoirpm-icons(8), gurpmi(8), rpmdrake(8) .SH AUTHOR -Pascal Rigaux, Mandrakesoft +Pascal Rigaux, Mandrakesoft <pixel@mandrakesoft.com> .br -pixel@mandrakesoft.com - - - - - - - - - +Francois Pons, Mandrakesoft <fpons@mandrakesoft.com> |