diff options
| author | Stijn Tintel | 2022-01-06 09:00:52 +0000 |
|---|---|---|
| committer | Stijn Tintel | 2022-01-06 12:46:35 +0000 |
| commit | 4ead2a6792a1b2071d037c380e87836ceb07f681 (patch) | |
| tree | 908191809dd573e778c2571c9ed120938e1cb0d1 | |
| parent | eb0a3ee812d48f1faecbf6258c293e475b4016a0 (diff) | |
| download | firewall4-4ead2a6792a1b2071d037c380e87836ceb07f681.tar.gz | |
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>
| l--------- | root/sbin/fw3 (renamed from root/usr/sbin/fw3) | 0 | ||||
| -rwxr-xr-x | root/sbin/fw4 (renamed from root/usr/sbin/fw4) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/root/usr/sbin/fw3 b/root/sbin/fw3 index 8fbcf2c..8fbcf2c 120000 --- a/root/usr/sbin/fw3 +++ b/root/sbin/fw3 diff --git a/root/usr/sbin/fw4 b/root/sbin/fw4 index 3e7388b..3e7388b 100755 --- a/root/usr/sbin/fw4 +++ b/root/sbin/fw4 |