summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-08-17 19:22:32 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-08-17 19:22:32 +0000
commitf2101194daebe6b705416434ee565285899774fd (patch)
treede83db1a095ed35af6edf85a25e8045501e652e6
parent9f5f429e00ff828b291b42f20743028352e87704 (diff)
drop paragraph about ftp-proxy.
jmc@ insisted... and yeah, it's a bit confusing.
-rw-r--r--usr.sbin/pkg_add/pkg_add.112
1 files changed, 1 insertions, 11 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1
index bce9688201b..692d9d7df6a 100644
--- a/usr.sbin/pkg_add/pkg_add.1
+++ b/usr.sbin/pkg_add/pkg_add.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_add.1,v 1.45 2005/08/17 10:03:17 espie Exp $
+.\" $OpenBSD: pkg_add.1,v 1.46 2005/08/17 19:22:31 espie Exp $
.\"
.\" FreeBSD install - a package for the installation and maintenance
.\" of non-core utilities.
@@ -491,13 +491,3 @@ processes do not die like they should when their pipe is closed,
so using
.Nm
over SCP consumes an insane amount of resources.
-.Pp
-Using
-.Nm
-over FTP requires that the distant host supports
-.Cm ABORT
-commands, otherwise it may hang for long periods.
-.Xr ftp-proxy 8
-used to not forward
-.Cm ABORT
-requests correctly.