From 56c657ab087a762a8295b6be6f396aa1666ae582 Mon Sep 17 00:00:00 2001 From: kn <> Date: Sun, 24 Feb 2019 12:57:14 +0000 Subject: [PATCH] Remove -S from install commands As of usr.bin/xinstall/install.c revision 1.68, -S is a no-op and install(1) will always create files safely, thus clean the option usage from the tree. Diff from Lauri Tirkkonen , thanks. --- src/etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index eab4aca0..a3ce6e3c 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.533 2019/02/19 20:41:52 kn Exp $ +# $OpenBSD: rc,v 1.534 2019/02/24 12:57:14 kn Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the @@ -202,7 +202,7 @@ reorder_libs() { _tmpdir=$(mktemp -dq $_relink/_rebuild.XXXXXXXXXXXX) && ( set -o errexit - _install='install -F -S -o root -g bin -m 0444' + _install='install -F -o root -g bin -m 0444' _lib=${_liba##*/} _lib=${_lib%.a} _lib_dir=${_liba#$_relink}