psmisc: move killall to /usr/libexec and add ALTERNATIVES
authorJosef Schlehofer <redacted>
Sun, 18 Apr 2021 11:59:30 +0000 (13:59 +0200)
committerJosef Schlehofer <redacted>
Sun, 18 Apr 2021 12:31:11 +0000 (14:31 +0200)
commitd8969e0fd1db2b2cb544cea19179a05aec5a9c28
treec6e91942d01a7c1e6b5c77379767f4078899d1fd
parentfc01307d7a6963b536e322529757f8a0925bcc45
psmisc: move killall to /usr/libexec and add ALTERNATIVES

Currently, this package can not be installed while using standard path
of busybox, because binary killall wants to be installed on the same
location as busybox.

Collision:
• /usr/bin/killall: busybox (new-file), psmisc (existing-file)

Many of these binaries, which provides alternatives were moved to
folder /usr/libexec like wget, sed, findutils, less.
So I moved killall to /usr/libexec and others leave in touch and added
ALTERNATIVES for it, because preinstall script is no longer necessary.

Signed-off-by: Josef Schlehofer <redacted>
utils/psmisc/Makefile
git clone https://git.99rst.org/PROJECT