summaryrefslogtreecommitdiffstats
path: root/pod/8/urpmi.addmedia.pod
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2021-09-04 14:40:16 -0700
committerDan Fandrich <dan@coneharvesters.com>2021-09-04 14:40:16 -0700
commitf844291f7dc113c15fda639e4de4dfecbcf35fe3 (patch)
tree02909b97617da058ebcd3cf2c6657b4cb6dde50b /pod/8/urpmi.addmedia.pod
parent6bd66350f373087829e8cfa19a59b8ccea72b98c (diff)
downloadurpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.tar
urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.tar.gz
urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.tar.bz2
urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.tar.xz
urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.zip
Document that https is supported
Also, update http:// links to https:// where appropriate.
Diffstat (limited to 'pod/8/urpmi.addmedia.pod')
-rw-r--r--pod/8/urpmi.addmedia.pod8
1 files changed, 6 insertions, 2 deletions
diff --git a/pod/8/urpmi.addmedia.pod b/pod/8/urpmi.addmedia.pod
index 5de3b2ad..ec51670e 100644
--- a/pod/8/urpmi.addmedia.pod
+++ b/pod/8/urpmi.addmedia.pod
@@ -11,8 +11,8 @@ urpmi.addmedia - adds a new rpm media to be used by urpmi
urpmi.addmedia is used to add a new media to be used by urpmi, so it can
find new rpms at the specified location. Currently supported media types
are: local drives, removable drives (such as CDs), and networked media via
-different protocols (http, ftp, ssh and rsync). One of the following modes
-must be chosen:
+different protocols (http, https, ftp, ssh and rsync). One of the following
+modes must be chosen:
=over
@@ -41,6 +41,10 @@ I<options>. Example:
urpmi.addmedia http http://jpackage.sf.net/rpm/free
+=item B<urpmi.addmedia> [I<options>] <I<name>> https://<I<login>>:<I<pass>>@<I<host>>/<I<path>>
+
+The same as for http but using the encrypted https protocol.
+
=item B<urpmi.addmedia> [I<options>] <I<name>> ftp://<I<login>>:<I<pass>>@<I<host>>/<I<path>>
The same as for http. Add your login and password if required (note that