diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-12 18:00:34 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-12 18:00:34 +0000 |
commit | a76b494500b1bd1634b7804b1dbb770f7f4f9176 (patch) | |
tree | e0a198e2480df021eeb014aa9f5e33d14f0591ac /usr.sbin/pkg_add | |
parent | 97583a73890c2868e1b90553dd07148e2bae13d6 (diff) |
pkg_add -r does work.
on the other hand, scp(1) is a pig.
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 91049a3cc92..15b3d800ba0 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.37 2005/04/09 21:36:57 jmc Exp $ +.\" $OpenBSD: pkg_add.1,v 1.38 2005/08/12 18:00:33 espie Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -447,6 +447,8 @@ to a suitable area, as does not check for noexec status except by failing to run installation scripts. .Sh BUGS -The -.Fl r -option has not seen wide-testing yet and is almost certainly full of bugs. +.Xr scp 1 +processes do not die like they should when their pipe is closed, +and so using +.Nm +over scp consumes an insane amount of resources. |