diff options
author | Francois Pons <fpons@mandriva.com> | 2001-04-10 15:12:38 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-04-10 15:12:38 +0000 |
commit | 0a48000576777a80a8aca497746b395d8c453a06 (patch) | |
tree | 9b018975c423eadcf2b866902f9eb053f26cfa2a /urpmi.addmedia.8 | |
parent | 4a5a9aa1ab7a6d12c20dec95a95e596d900d356f (diff) | |
download | urpmi-0a48000576777a80a8aca497746b395d8c453a06.tar urpmi-0a48000576777a80a8aca497746b395d8c453a06.tar.gz urpmi-0a48000576777a80a8aca497746b395d8c453a06.tar.bz2 urpmi-0a48000576777a80a8aca497746b395d8c453a06.tar.xz urpmi-0a48000576777a80a8aca497746b395d8c453a06.zip |
*** empty log message ***
Diffstat (limited to 'urpmi.addmedia.8')
-rw-r--r-- | urpmi.addmedia.8 | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/urpmi.addmedia.8 b/urpmi.addmedia.8 index 5da4bd5d..5d751249 100644 --- a/urpmi.addmedia.8 +++ b/urpmi.addmedia.8 @@ -1,4 +1,4 @@ -.TH urpmi.addmedia 8 "05 Apr 2001" "Mandrakesoft" "Linux-Mandrake" +.TH urpmi.addmedia 8 "10 Apr 2001" "Mandrakesoft" "Linux-Mandrake" .IX urpmi.addmedia .SH NAME urpmi.addmedia \- adds a new rpms media for use with urpmi @@ -22,13 +22,19 @@ Where <\fIname\fP> is your reference for the media (e.g. MandrakeUpdate). .br <\fIrelative path of hdlist\fP> is the pathname where to find the hdlist of the rpms. The location is given relative to <\fIpath\fP>. -.nf -eg: urpmi.addmedia ftp ftp://a:a@leia//export/Mandrake/RPMS with ../base/hdlist -.fi .br +Note that \fBwget\fP is used to download files, you may add specific options to +\fBwget\fP by editing \fB/etc/wgetrc\fP file. Please refer to \fBwget\fP +documentation for more information. .IP "\fB urpmi.addmedia <\fIname\fP> ftp://<\fIlogin\fP>:<\fIuser\fP>@<\fIhost\fP>/<\fIpath\fP> with <\fIrelative path of hdlist\fP>\fP" The same as for http, just add your login and user if required (Note that you needn't to specify anonymous as login for anonymous access ftp servers). +.br +Note that \fBwget\fP is used to download files, so if a firewall is used you may +have to add \fBpassive_ftp=on\fP option to \fB/etc/wgetrc\fP. +.nf +eg: urpmi.addmedia ftp ftp://a:a@leia//export/Mandrake/RPMS with ../base/hdlist +.fi .PP Local drive or NFS: .br @@ -72,6 +78,10 @@ use \fBurpmi.update -a\fP to generate them. These files are not mandatory. .br Contains media description, previous format from older urpmi is accepted. .PP +/etc/urpmi/skip.list +.br +Contains package names that should be not automatically updated. +.PP /var/lib/urpmi/depslist.ordered .br A simple text file containing all dependencies of all known packages. |