busybox: move passwd applet to /bin
authorDaniel Golle <daniel@makrotopia.org>
Wed, 19 Jul 2017 21:53:35 +0000 (23:53 +0200)
committerJohn Crispin <john@phrozen.org>
Wed, 30 Aug 2017 16:12:48 +0000 (18:12 +0200)
commita3c0d5f70a0d6a466436ec090b62e9e4502449f7
tree6159d6107bf42d97c91472292257082a0c21a018
parenta63eb74bce9e28b016ab337bc3f80570fba12909
busybox: move passwd applet to /bin

busybox currently installs passwd into /usr/bin which prevents its
'full' shadow-utils variant from being installed.
Move the passwd applet to /bin to avoid that collision.
shadow also provides /usr/bin/login which doesn't collide with busybox
as the busybox login applet is installed at /bin/login.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/utils/busybox/patches/510-move-passwd-applet-to-bin.patch [new file with mode: 0644]