diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-01 20:51:47 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-01 20:51:47 +0000 |
| commit | 06ba76bea109731f6a7b2150f2bdd566bc1de6d5 (patch) | |
| tree | e1e03fa51fe68c0fd670a3763ee654d60a4b241f /usr.sbin/pkg_install | |
| parent | ff97964a2e193151b59744593c1a129415f0537c (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install')
| -rw-r--r-- | usr.sbin/pkg_install/add/pkg_add.1 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1 index b8f44002f49d..226db0c4084d 100644 --- a/usr.sbin/pkg_install/add/pkg_add.1 +++ b/usr.sbin/pkg_install/add/pkg_add.1 @@ -176,16 +176,22 @@ extract files directly from their anonymous ftp locations (e.g. .Nm ftp://ftp.freebsd.org/pub/FreeBSD/packages/shells/bash-1.14.4.tgz). Note: If you wish to use -.B passive mode +.Bf -emphasis +passive mode +.Ef ftp in such transfers, set the variable -.B FTP_PASSIVE_MODE +.Bf -emphasis +FTP_PASSIVE_MODE +.Ef to some value in your environment. Otherwise, the more standard ACTIVE mode may be used. If .Nm consistently fails to fetch a package from a site known to work, it may be because you have a firewall that demands the usage of -.B passive mode +.Bf -emphasis +passive mode +.Ef ftp. .Sh TECHNICAL DETAILS .Nm |
