diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-10-02 09:14:09 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-10-02 09:14:09 +0000 |
commit | abe93474673216a2bbbd5e591a3b1b671c376a1b (patch) | |
tree | 54d0b80eef04a9746ef0787d65d9d7295aad1dbd /usr.sbin | |
parent | 535ab46ca11170ba84e5d236c3a4eb16c5feaedd (diff) |
Adding pkg_add from stdin hasn't worked in ages. It was something
we inherited from the initial implemention on FreeBSD which has
made no sense in years.
prompted by a diff by Johannes Thyssen Tishman
from espie
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 0b7e9cf2e31..67be4b80179 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.167 2022/08/12 10:38:37 landry Exp $ +.\" $OpenBSD: pkg_add.1,v 1.168 2024/10/02 09:14:08 tb Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: August 12 2022 $ +.Dd $Mdocdate: October 2 2024 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -161,11 +161,6 @@ are defined, will use .Sq ./:installpath as a default. -Specifying -.Ql - -as a package name causes -.Nm -to read from the standard input. .Pp .Nm also understands @@ -288,7 +283,7 @@ dependencies with the list of packages left to install, then ask the user's opinion in interactive mode, then install default packages that satisfy the dependencies. .Pp -.Sy Warning: +.Sy Warning : Since .Nm may execute scripts or programs contained within a package file, |