diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2006-03-07 11:03:18 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2006-03-07 11:03:18 +0000 |
commit | 66e127e98ec5cfaac32b57db90776213165ddd01 (patch) | |
tree | 6626cb9b33cd3da17cb629b4b55cf6b91bf80ab8 /usr.sbin/pkg_add/pkg_add.1 | |
parent | a39f70aa554d318af1e11c6495b7f68943f5f25e (diff) |
let scp repositories work. Avoid run-away processes by just having one single
ssh connection for each repository.
Diffstat (limited to 'usr.sbin/pkg_add/pkg_add.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 4f5efa7b067..3bf1a264180 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.59 2006/03/05 09:02:36 jmc Exp $ +.\" $OpenBSD: pkg_add.1,v 1.60 2006/03/07 11:03:17 espie Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -628,9 +628,3 @@ is mounted noexec, you must currently set to a suitable area, as .Nm will refuse to install any package that contains executable scripts. -.Sh BUGS -.Xr scp 1 -processes do not die like they should when their pipe is closed, -so using -.Nm -over SCP consumes an insane amount of resources. |