treewide: move executables to /sbin
authorStijn Tintel <stijn@linux-ipv6.be>
Thu, 6 Jan 2022 09:00:52 +0000 (11:00 +0200)
committerStijn Tintel <stijn@linux-ipv6.be>
Thu, 6 Jan 2022 12:46:35 +0000 (14:46 +0200)
commit4ead2a6792a1b2071d037c380e87836ceb07f681
tree908191809dd573e778c2571c9ed120938e1cb0d1
parenteb0a3ee812d48f1faecbf6258c293e475b4016a0
treewide: move executables to /sbin

In firewall3, the fw3 executable is installed in /sbin. As
luci-app-firewall looks for the fw3 executable in /sbin, the firewall
menu is hidden when firewall4 is installed. Move both executables to
/sbin so the firewall app will show when firewall4 is installed.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Reviewed-by: Jo-Philipp Wich <jo@mein.io>
root/sbin/fw3 [new symlink]
root/sbin/fw4 [new file with mode: 0755]
root/usr/sbin/fw3 [deleted symlink]
root/usr/sbin/fw4 [deleted file]