]> git.ipfire.org Git - thirdparty/util-linux.git/commit
nsenter: use explicit argument to follow target PID/GID
authorThomas Weißschuh <thomas@t-8ch.de>
Mon, 3 Apr 2023 18:44:15 +0000 (18:44 +0000)
committerThomas Weißschuh <thomas@t-8ch.de>
Mon, 3 Apr 2023 18:44:15 +0000 (18:44 +0000)
commit97bb98effd2c2fe976b2e20f87e000f75130c56c
tree86ef38df08e7f552c6e2c37212d7090dd6ec1ded
parent53d2257dafbd486a88f8de2c3390bcd1509cb0c1
nsenter: use explicit argument to follow target PID/GID

Making the argument to -S and -G optional in #2092 broke the cli
compatability.
So replace it with an explicit "follow" argument that provides the new
functionality with a compatible interface.

Fixes #2143
bash-completion/nsenter
sys-utils/nsenter.1.adoc
sys-utils/nsenter.c