Index | Thread | Search

From:
"Theo de Raadt" <deraadt@openbsd.org>
Subject:
Re: Improve install -s
To:
Mark Kettenis <mark.kettenis@xs4all.nl>
Cc:
tech@openbsd.org
Date:
Fri, 21 Aug 2026 12:44:43 -0600

Download raw body.

Thread
  • Mark Kettenis:

    Improve install -s

    • Theo de Raadt:

      Improve install -s

Mark Kettenis <mark.kettenis@xs4all.nl> wrote:

> This might break the case where somebody sets STRIP to run a command
> that doesn't implement the "-o" option in a compatible manner.  I'd
> say you get to keep bboth pieces in that case.

State the requirement.

Index: install.1
===================================================================
RCS file: /cvs/src/usr.bin/xinstall/install.1,v
diff -u -p -u -r1.31 install.1
--- install.1   8 Feb 2019 12:53:44 -0000       1.31
+++ install.1   21 Aug 2026 18:44:10 -0000
@@ -175,7 +175,9 @@ creates an empty file.
 .It Ev STRIP
 For an alternate
 .Xr strip 1
-program to run.
+program to run, which must support the
+.Fl o
+option.
 Default is
 .Pa /usr/bin/strip .
 .El