fixed ftp URLs
CVS patchset: 1463 CVS date: 1997/03/03 15:46:23
This commit is contained in:
parent
cdc098cb40
commit
464233cdd8
2
rpm.8
2
rpm.8
|
@ -395,7 +395,7 @@ which are available over the internet. Package files for install, upgrade,
|
||||||
and query operations may be specified as an ftp style URL:
|
and query operations may be specified as an ftp style URL:
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
\fBftp://<user>@<password>:hostname/path/to/package.rpm\fP
|
\fBftp://<user>:<password>@hostname/path/to/package.rpm\fP
|
||||||
.PP
|
.PP
|
||||||
If the \fB@password\fP portion is omitted, the password will be prompted
|
If the \fB@password\fP portion is omitted, the password will be prompted
|
||||||
for (once per user/hostname pair). If both the user and password are
|
for (once per user/hostname pair). If both the user and password are
|
||||||
|
|
Loading…
Reference in New Issue